Function cargo::ops::cargo_update::write_manifest_upgrades
source ยท pub fn write_manifest_upgrades(
ws: &Workspace<'_>,
upgrades: &HashMap<(String, SourceId), Version>,
dry_run: bool,
) -> CargoResult<bool>Expand description
Update manifests with upgraded versions, and write to disk. Based on cargo-edit. Returns true if any file has changed.