Skip to content

Commit 43481ca

Browse files
author
oech3
committed
Bump libc except for FreeBSD
1 parent 8689fb1 commit 43481ca

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jiff = { version = "0.2.10", default-features = false, features = [
336336
"alloc",
337337
"tz-system",
338338
] }
339-
libc = "0.2.172"
339+
libc = "0.2.178"
340340
linux-raw-sys = "0.12"
341341
lscolors = { version = "0.21.0", default-features = false, features = [
342342
"gnu_legacy",
@@ -677,3 +677,10 @@ format_push_string = "allow"
677677
flat_map_option = "allow"
678678
from_iter_instead_of_collect = "allow"
679679
large_types_passed_by_value = "allow"
680+
681+
# df does not pass GNU tests https://github.com/uutils/coreutils/pull/8722
682+
[target.'cfg(not(target_os = "freebsd"))'.dependencies]
683+
libc = "0.2.178"
684+
685+
[target.'cfg(target_os = "freebsd")'.dependencies]
686+
libc = "0.2.175"

0 commit comments

Comments
 (0)