Skip to content

Commit

Permalink
Use the latest libc release (#2265)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asomers authored Dec 15, 2023
1 parent 88c7349 commit 7c3d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ targets = [
]

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

0 comments on commit 7c3d84b

Please sign in to comment.