diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-28 16:53:42 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-28 16:53:42 +0000 |
commit | 84b207b22f975af5e48ba195c6574f6a2fb9d239 (patch) | |
tree | e86e08788eefca73fa463ebc04b06a4fdd537d9b | |
parent | 7021035eaf7f7315e9610a3938a1db0c4e1bdfa9 (diff) | |
parent | 3609e6f725e3fe6d830d78bc2d2b36202ea5d790 (diff) | |
download | nix-84b207b22f975af5e48ba195c6574f6a2fb9d239.zip |
Merge #982
982: Fix libc at 0.2.44 in preparation for release r=asomers a=asomers
Co-authored-by: Alan Somers <asomers@gmail.com>
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc" } +libc = "0.2.44" bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" |