-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-workspacesArea: workspacesArea: workspacesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
Workspace Foo
- Crate A depends on
Bar
- Crate B depends on
Bar
- Crate C depends on
Bar
- Crate D
Where Bar
is an external dependency that I also maintain. When I want to update to a newer version of Bar
, I would have to change 3 Cargo.toml files, which is a bit cumbersome. It would be nice if I could specify the dependency in one place. Is this possible?
sanmai-NL, mmlinford, ufoscout, emschwartz, X1aomu and 34 more
Metadata
Metadata
Assignees
Labels
A-workspacesArea: workspacesArea: workspacesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`