nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.63k stars 661 forks source link

chore: bump libc to 0.2.155 #2409

Closed SteveLauC closed 4 months ago

SteveLauC commented 4 months ago

What does this PR do

libc 0.2.154 has been yanked, so we have to bump it to 0.2.155.

Checklist:

SteveLauC commented 4 months ago
    Updating crates.io index
error: failed to select a version for the requirement `libc = "^0.2.154"`
candidate versions found which didn't match: 0.2.153, 0.2.152, 0.2.151, ...
location searched: crates.io index
required by package `nix v0.28.0 (/home/runner/work/nix/nix)`
perhaps a crate was updated and forgotten to be re-vendored?

libc 0.2.154 has been yanked due to this issue: https://github.com/rust-lang/libc/issues/3677#issuecomment-2093991553

ref: https://crates.io/crates/libc/0.2.154

SteveLauC commented 4 months ago

Let's wait for https://github.com/rust-lang/libc/pull/3682