cargo-local-registry icon indicating copy to clipboard operation
cargo-local-registry copied to clipboard

Fails with replace git dependency.

Open kevincox opened this issue 7 years ago • 3 comments

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"

kevincox avatar Aug 06 '17 15:08 kevincox

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 avatar Aug 11 '17 20:08 alexcrichton

@alexcrichton Upstream task merged. Updates on this?

lilianmoraru avatar Oct 07 '18 18:10 lilianmoraru

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.

alexcrichton avatar Oct 08 '18 16:10 alexcrichton