-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-patchArea: [patch] table overrideArea: [patch] table overrideC-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
Scenario:
- You have several smaller libraries you are developing together.
- You don't want to, or can't, use a workspace.
- You don't want to have to keep changing and
git stash
ing[patch]
sections in the scatteredCargo.toml
files (you are bound to commit them accidentally at some point).
Wouldn't it be super useful if we could put [patch]
(and maybe [replace]
too) sections into our ~/.cargo/config
? I'd certainly use that.
Thanks
kuviman, Marwes, ian-p-cooke, mullr, jchlapinski and 9 more
Metadata
Metadata
Assignees
Labels
A-patchArea: [patch] table overrideArea: [patch] table overrideC-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`