summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-05-29 13:10:50 -0600
committerAlan Somers <asomers@gmail.com>2022-05-29 13:10:50 -0600
commit06f0446d907b8470dfca81bd3f2d4852ca15cab5 (patch)
treec7e9497d9f7ec81f63a06fd61284dea46396d325
parentb0ab5573ea0a0df48053743d451cbdd9e3df7f68 (diff)
downloadnix-06f0446d907b8470dfca81bd3f2d4852ca15cab5.zip
Use released libc version 0.2.126
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ebd9182a..65b4b9ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ targets = [
]
[dependencies]
-libc = { git = "http://github.com/rust-lang/libc.git", rev = "cd99f681181c310abfba742aef11115d2eff03dc", features = [ "extra_traits" ] }
+libc = { version = "0.2.126", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }