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-upgrade currently does not update dependencies in the [workspace.dependencies] table. Support for this should be added as one of the main motivations for workspace inheritance was updating the dependency version in one place not every member of the workspace.
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-upgrade
currently does not update dependencies in the[workspace.dependencies]
table. Support for this should be added as one of the main motivations for workspace inheritance was updating the dependency version in one place not every member of the workspace.The text was updated successfully, but these errors were encountered: