Skip to content

Commit 587e333

Browse files
committed
Upstreamed libc changes
1 parent 1983c8d commit 587e333

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

+3-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ clap = { version = "4.4.2", features = ["derive"] }
2525
env_logger = "0.10.0"
2626
fdlimit = { version = "0.3.0", optional = true }
2727
itertools = "0.12.0"
28-
anacrolix-libc = { path = "libc", version = "0.2.151" }
28+
libc = "0.2.158"
29+
#anacrolix-libc = { path = "libc", version = "0.2.151" }
2930
log = "0.4.20"
3031
memmap2 = "0.9.0"
3132
nix = { version = "0.27.1", features = ["fs", "process"] }

0 commit comments

Comments
 (0)