Function cargo::ops::cargo_install::parse_semver_flag
source · fn parse_semver_flag(v: &str) -> CargoResult<VersionReq>
Expand description
Parses x.y.z as if it were =x.y.z, and gives CLI-specific error messages in the case of invalid values.