pub fn get_compatible_dependency(
    crate_name: &str,
    version_req: &VersionReq,
    rust_version: Option<RustVersion>,
    manifest_path: &Path,
    registry: Option<&Url>
) -> CargoResult<Dependency>
Expand description

Find the highest version compatible with a version req