Function replace_edition

Source
fn replace_edition(
    packages: &[&Package],
    to_edition: Edition,
) -> CargoResult<()>
Expand description

Modifies the edition value of the given packages to the new edition.