ensure_version

Function ensure_version 

Source
fn ensure_version(
    build_dir: &Path,
    bin_name: &str,
    version: &str,
) -> Result<PathBuf, Error>
Expand description

Check if the given executable is installed and the version is expected.