bdf regress because bit-set 0.3.0 disappeared in the recent few months #14643
Open
Description
opened on Sep 30, 2024
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 bit-set@0.3.0;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?
Activity