We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388a14c + 9407dd9 commit 71a997aCopy full SHA for 71a997a
Cargo.toml
@@ -27,7 +27,7 @@ targets = [
27
]
28
29
[dependencies]
30
-libc = { git = "https://github.com/rust-lang/libc", rev = "60bf6d7fa9d561820ea562751ee455ccf67d3015", features = [ "extra_traits" ] }
+libc = { version = "0.2.141", features = ["extra_traits"] }
31
bitflags = "1.1"
32
cfg-if = "1.0"
33
pin-utils = { version = "0.1.0", optional = true }
0 commit comments