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
In a Rust workspace, in subcrates you can do some-dep = { workspace = true } to pull dependencies from the shared Cargo.toml at the workspace root. Would it be possible to parse that and then lookup the version from the workspace?
The text was updated successfully, but these errors were encountered:
In a Rust workspace, in subcrates you can do
some-dep = { workspace = true }
to pull dependencies from the sharedCargo.toml
at the workspace root. Would it be possible to parse that and then lookup the version from the workspace?The text was updated successfully, but these errors were encountered: