We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d2edb + 06f0446 commit e3932c4Copy full SHA for e3932c4
Cargo.toml
@@ -27,7 +27,7 @@ targets = [
27
]
28
29
[dependencies]
30
-libc = { git = "http://github.com/rust-lang/libc.git", rev = "cd99f681181c310abfba742aef11115d2eff03dc", features = [ "extra_traits" ] }
+libc = { version = "0.2.126", features = [ "extra_traits" ] }
31
bitflags = "1.1"
32
cfg-if = "1.0"
33
pin-utils = { version = "0.1.0", optional = true }
0 commit comments