Skip to content

Commit

Permalink
Merge #1658
Browse files Browse the repository at this point in the history
1658: use version of libc published on crates r=rtzoeller a=pacak

rust-lang/libc#2543 was merged and is available
starting from 0.2.114.

Using published version of libc makes it easier to use git version of nix

Co-authored-by: Michael Baikov <manpacket@gmail.com>
  • Loading branch information
bors[bot] and pacak authored Feb 7, 2022
2 parents 7bec9f7 + 6e09f6c commit 16ceae3
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 @@ -27,7 +27,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "7600416f1ca896b501d58b0f44f1869d566359d6", features = [ "extra_traits" ] }
libc = { version = "0.2.114", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"

Expand Down

0 comments on commit 16ceae3

Please sign in to comment.