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

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

Examples

cargo_about::install_at_least("0.2.3").unwrap();