Skip to content

Commit 452cd1e

Browse files
xtqqczzecakebaker
authored andcommitted
fix: pin libc rust crate to 0.2.182
1 parent c087fd3 commit 452cd1e

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
@@ -423,7 +423,8 @@ itertools = "0.14.0"
423423
itoa = "1.0.15"
424424
jiff = "0.2.18"
425425
jiff-icu = "0.2.2"
426-
libc = "0.2.172"
426+
# Pin due to https://github.com/nix-rust/nix/issues/2750
427+
libc = "=0.2.182"
427428
lscolors = { version = "0.21.0", default-features = false, features = [
428429
"gnu_legacy",
429430
] }

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)