pub fn install_at_least(requested: &str) -> Result<()>
This is supported on crate feature version only.
Expand description

Install cargo-web and friends if cargo web --version < requested

Examples

cargo_web::install_at_least("0.6.26").unwrap();