cargo-local-registry
cargo-local-registry copied to clipboard
Fails with replace git dependency.
I was trying to use cargo local-registry --git
with https://github.com/jwilm/alacritty/blob/master/Cargo.lock and it failed with "thread 'main' panicked at 'git dependency shares names with other dep: winit', src/main.rs:241"
Thanks for the report! I think for this to actually work Cargo needs upstream support first, so even if this did work I don't think it's ready for consumption by Cargo itself :(
@alexcrichton Upstream task merged. Updates on this?
I haven't tested this in quite awhile but it may be possible to implement now! With Cargo having upstream support this is likely just another feature request left to implement.