diff options
author | Alan Somers <asomers@gmail.com> | 2019-01-15 11:11:32 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2019-01-15 11:11:32 -0700 |
commit | 90fdc2f4ff6944d5fb612c02a7a6dee881de0848 (patch) | |
tree | 4c40fcece23f212acc02a5f6d48e53c50306c329 /Cargo.toml | |
parent | d4addd5751dea9ba240fdbe2f69e5d6f1065019b (diff) | |
download | nix-90fdc2f4ff6944d5fb612c02a7a6dee881de0848.zip |
Start the next dev cycle
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = "0.2.47" +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" |