-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Description
Current Behavior
I depend on the bdf crate and it worked fine a new months ago (at least as recent as June 4th). Alas, it fails now due to...
error: failed to download `bit-set v0.3.0`
Caused by:
unable to get packages from source
Expected Behavior
It should work
Steps To Reproduce
I can also reproduce this with
$ cargo new brokeness;cd brokeness;cargo add [email protected];cargo check
Creating binary (application) `brokeness` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Updating crates.io index
Adding bit-set v0.3.0 to dependencies
Features:
- nightly
Updating crates.io index
Locking 3 packages to latest compatible versions
Adding bit-set v0.3.0 (latest: v0.8.0)
error: failed to download `bit-set v0.3.0`
Caused by:
unable to get packages from source
Environment
This happens on all platforms
- Browser:
- OS:
Anything else?
Aren't crates supposed to be immutable for life?
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.