Skip to main content

run

Function run 

Source
pub fn run(package_name: &str, yes: bool) -> Result<(), Error>
Expand description

Rolls back a package to its previous version.

§Errors

Returns an error if the rollback fails.

§Panics

Panics if the scope cannot be resolved.