Skip to content

Commit 32f8df0

Browse files
committed
fix: pin libc rust crate to 0.2.182
1 parent 339bb6f commit 32f8df0

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ itertools = "0.14.0"
426426
itoa = "1.0.15"
427427
jiff = "0.2.18"
428428
jiff-icu = "0.2.2"
429-
libc = "0.2.172"
429+
# Pin due to https://github.com/nix-rust/nix/issues/2750
430+
libc = "=0.2.182"
430431
lscolors = { version = "0.21.0", default-features = false, features = [
431432
"gnu_legacy",
432433
] }

fuzz/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)