Function git_stree::find_latest_version_matching
source · [−]pub fn find_latest_version_matching(
remote: &str,
range: &VersionReq,
pre_releases: bool
) -> Result<String, PosixError>
Expand description
Return the latest version from remote matching semver::VersionReq
Errors
Will return PosixError
if command exits if fails to find matching version.