summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan <jonathanwoollettlight@gmail.com>2023-01-09 01:34:16 +0000
committerJonathan <jonathanwoollettlight@gmail.com>2023-01-09 01:34:16 +0000
commit708a3c2b345502503e437ae3122e667d15a64c60 (patch)
tree6878c466bdd44b43b80611d0082fbfe24cbfc6a9
parentbbb97bf3f709f0c77ab7cc0bb205915797ea59d1 (diff)
downloadnix-708a3c2b345502503e437ae3122e667d15a64c60.zip
fix: Update libc
To include fix https://github.com/rust-lang/libc/commit/44cc30c6b68427d3628926868758d35fe561bbe6.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e0cfac14..18eae535 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ targets = [
]
[dependencies]
-libc = { git = "https://github.com/rust-lang/libc", rev = "15d27952bfa93e5e4f419c603f275486f15a050c", features = [ "extra_traits" ] }
+libc = { git = "https://github.com/rust-lang/libc", rev = "44cc30c6b68427d3628926868758d35fe561bbe6", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }