pub fn save_versions<P: AsRef<Path>>( path: P, versions: &HashMap<PkgName, Version>, ) -> Result<()>
Saves the versions to a file.