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.
1 parent 57b6bd7 commit bdc416cCopy full SHA for bdc416c
Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
17
]
18
19
[dependencies]
20
-libc = { git = "https://github.com/rust-lang/libc/", rev = "fdc5cf4a1ba362aec989bd3dc7ec88bcd371a23a", features = [ "extra_traits" ] }
+libc = { version = "0.2.73", features = [ "extra_traits" ] }
21
bitflags = "1.1"
22
cfg-if = "0.1.10"
23
0 commit comments