Skip to content

Commit 7c3d84b

Browse files
authored
Use the latest libc release (#2265)
It looks like the libc team cut a release just after @devnexen's last PR. Switch to it. That makes it easier for downstream crates to use a git dependency on Nix.
1 parent 88c7349 commit 7c3d84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ targets = [
2828
]
2929

3030
[dependencies]
31-
libc = { git = "https://github.com/rust-lang/libc", rev = "f37806e499409eab8cfa897280a869bc5e2623a9", features = ["extra_traits"] }
31+
libc = { version = "0.2.151", features = ["extra_traits"] }
3232
bitflags = "2.3.1"
3333
cfg-if = "1.0"
3434
pin-utils = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)