Skip to content

Commit c6ec4f9

Browse files
vadorovskytamird
authored andcommitted
chore: Pin libc to 0.2.163
`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.
1 parent 119049f commit c6ec4f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ epoll = { version = "4.3.3", default-features = false }
7070
futures = { version = "0.3.28", default-features = false }
7171
hashbrown = { version = "0.15.0", default-features = false }
7272
indoc = { version = "2.0", default-features = false }
73-
libc = { version = "0.2.105", default-features = false }
73+
# libc 0.2.164 and 0.2.165 are affected by
74+
# https://github.com/rust-lang/libc/issues/4149.
75+
# Pin the last working version until a proper fix is released.
76+
libc = { version = "=0.2.163", default-features = false }
7477
log = { version = "0.4", default-features = false }
7578
netns-rs = { version = "0.1", default-features = false }
7679
nix = { version = "0.29.0", default-features = false }

0 commit comments

Comments
 (0)