Skip to content

Commit

Permalink
Use git libc for development
Browse files Browse the repository at this point in the history
Remember to reset this to released version for the next nix release, once libc has released >=0.2.69
  • Loading branch information
GuillaumeDIDIER committed Apr 12, 2020
1 parent b5ee610 commit 686f0f2
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 @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
libc = { version = "0.2.68", features = [ "extra_traits" ] }
libc = { git = "https://github.com/rust-lang/libc/", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "0.1.10"
void = "1.0.2"
Expand Down

0 comments on commit 686f0f2

Please sign in to comment.