-
Notifications
You must be signed in to change notification settings - Fork 626
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 download futures-util-preview 0.3.0-alpha.4 #1247
Comments
Seems related to rust-lang/cargo#5753, probably the registry related code wasn’t changed to behave in the same way. Would be good to open a cargo issue about it. |
Will do. Do you want to publish a new version without the crate renaming until then? Edit: rust-lang/cargo#5962 |
@Arnavion According to your post you're running an older nightly. Edit: Well you're right... doesn't work for me either |
@MajorBreakfast As I said in OP, this is latest nightly cargo.
|
@Arnavion I didn't know that cargo nightlies run on a different schedule. Now I do 🙂 |
The registry doesn’t contain any info on this renaming, so it seems likely that there will have to be a new version published with a new version of cargo to fix the registry issue. That will take some time to sort out, so I think it’d pay to revert the dependency renaming and publish alpha.5 now, we just miss out on being able to run the compat doctests so wont affect users at all. |
Alright, I'll release alpha.5 this evening. Earlier if there's a PR that updates the version numbers, the changelog and reverts our usage of cargo renaming. 😄 |
Alpha 5 is released |
Thanks. Confirmed it works. |
Perfect 👌 |
Cargo.toml contains
cargo update
fails with:With
RUST_LOG=debug
:This is with latest nightly cargo
cargo 1.29.0-nightly (0ec7281b9 2018-08-20)
. Seems it doesn't like the crate renaming feature.The text was updated successfully, but these errors were encountered: