-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env varsA-patchArea: [patch] table overrideArea: [patch] table overrideC-bugCategory: bugCategory: bugCommand-install
Description
Problem
I want to install XXX with a patch.
/home/user/.cargo/config.toml
[patch.crates-io]
XXX = { path = '/home/user/git-cloned-XXX-with-patch' }cargo install XXX is still installing the original version.
Steps
No response
Possible Solution(s)
cargo install should respect patch
Notes
No response
Version
cargo 1.73.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env varsA-patchArea: [patch] table overrideArea: [patch] table overrideC-bugCategory: bugCategory: bugCommand-install