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"
Workspace inheritance was stabilized recently and set to be released in Rust version
1.64on September 22, 2022.cargo-set-versioncurrently does not allow setting theversionin the[workspace.package]table. This needs to happen as workspace inheritance allows inheriting a version from the workspace root by settingversion.workspace = truein the member and in the workspace root putting: