pub fn run(package_name: &str, yes: bool) -> Result<(), Error>
Rolls back a package to its previous version.
Returns an error if the rollback fails.
Panics if the scope cannot be resolved.