You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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 theversion
in the[workspace.package]
table. This needs to happen as workspace inheritance allows inheriting a version from the workspace root by settingversion.workspace = true
in the member and in the workspace root putting:The text was updated successfully, but these errors were encountered: