diff options
author | Ryan Zoeller <rtzoeller@rtzoeller.com> | 2022-08-03 22:58:22 -0500 |
---|---|---|
committer | Ryan Zoeller <rtzoeller@rtzoeller.com> | 2022-08-03 22:58:22 -0500 |
commit | cac1486f17ff350a4c6035cc2eec6a587ba51c3f (patch) | |
tree | df032ac7061177d53c189eca0e32a6ca06b14638 | |
parent | 566c612422bc3f3e50afe29884b9d30650249016 (diff) | |
download | nix-cac1486f17ff350a4c6035cc2eec6a587ba51c3f.zip |
Upgrade libc to 0.2.127
This is the last version of libc which will support Rust 1.46, per
https://github.com/rust-lang/libc/pull/2845
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ targets = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc", rev = "8dbd2c9", features = [ "extra_traits" ] } +libc = { version = "0.2.127", features = [ "extra_traits" ] } bitflags = "1.1" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true } |