Skip to content

Commit

Permalink
chore: Pin libc to 0.2.163
Browse files Browse the repository at this point in the history
`0.2.164` and `0.2.165` are affected by rust-lang/libc#4149. Pin the
last working version until a proper fix is released.
  • Loading branch information
vadorovsky committed Nov 26, 2024
1 parent 119049f commit 06785d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ epoll = { version = "4.3.3", default-features = false }
futures = { version = "0.3.28", default-features = false }
hashbrown = { version = "0.15.0", default-features = false }
indoc = { version = "2.0", default-features = false }
libc = { version = "0.2.105", default-features = false }
# libc 0.2.164 and 0.2.165 are affected by
# https://github.com/rust-lang/libc/issues/4149.
# Pin the last working version until a proper fix is released.
libc = { version = "=0.2.163", default-features = false }
log = { version = "0.4", default-features = false }
netns-rs = { version = "0.1", default-features = false }
nix = { version = "0.29.0", default-features = false }
Expand Down

0 comments on commit 06785d2

Please sign in to comment.