cargo-edit
cargo-edit copied to clipboard
Support workspace inheritance in `cargo-set-version`
Workspace inheritance was stabilized recently and set to be released in Rust version 1.64
on September 22, 2022.
cargo-set-version
currently does not allow setting the version
in the [workspace.package]
table. This needs to happen as workspace inheritance allows inheriting a version from the workspace root by setting version.workspace = true
in the member and in the workspace root putting:
[workspace.package]
version = "0.1.0"