-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo can't find rustc-demangle in a local-registry #131
Comments
This appears to only occur with rustc-demangle 0.1.14; using |
Also encountered this issue, debug output:
|
same error here |
So the key error appears to be: |
The following was added to rustc-demangle from 0.1.13 to 0.1.14:
|
I think this is closely related to: rust-lang/cargo#5993 |
So if I generate the local registry, with a project using rustc-demangle version 0.1.15 then I get the following in the
Which is different from what crates.io has for that version at https://github.com/rust-lang/crates.io-index/blob/master/ru/st/rustc-demangle:
|
…endencies Fixes issue #131 - handle renamed dependencies
if you declare a package with a (direct or indirect) dependency on
rustc-demangle
:and then build a local-registry:
and then enable the local registry by copying the above-cited lines into .cargo/config, then
cargo check
fails:Contents of the local registry:
Version information:
cargo local-registry
has no--version
, but was just now installed viacargo install cargo-local-registry
.The text was updated successfully, but these errors were encountered: