fn replace_edition(
packages: &[&Package],
to_edition: Edition,
) -> CargoResult<()>
Expand description
Modifies the edition
value of the given packages to the new edition.
fn replace_edition(
packages: &[&Package],
to_edition: Edition,
) -> CargoResult<()>
Modifies the edition
value of the given packages to the new edition.