Skip to content

Commit

Permalink
use version of libc published on crates
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pacak committed Feb 7, 2022
1 parent 7bec9f7 commit 6e09f6c
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 6e09f6c

Please sign in to comment.