Skip to content

Commit

Permalink
Upstreamed libc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Sep 8, 2024
1 parent 1983c8d commit 587e333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
fdlimit = { version = "0.3.0", optional = true }
itertools = "0.12.0"
anacrolix-libc = { path = "libc", version = "0.2.151" }
libc = "0.2.158"
#anacrolix-libc = { path = "libc", version = "0.2.151" }
log = "0.4.20"
memmap2 = "0.9.0"
nix = { version = "0.27.1", features = ["fs", "process"] }
Expand Down

0 comments on commit 587e333

Please sign in to comment.