diff options
author | Alan Somers <asomers@gmail.com> | 2018-11-28 14:15:57 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2018-11-28 14:15:57 -0700 |
commit | 79bff5d96977d4537131490a201c7be2f3bd4a38 (patch) | |
tree | dd0255166247bb8c9fa5ff77f738b0943a7f81d3 | |
parent | 6c9dc5b67ea4157d4fc80a811dde8a4f82f6004e (diff) | |
download | nix-79bff5d96977d4537131490a201c7be2f3bd4a38.zip |
Restore the libc dependency to the git version post-release
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = "0.2.44" +libc = { git = "https://github.com/rust-lang/libc/" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" |