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 6d30883 commit 64e2de0Copy full SHA for 64e2de0
Cargo.toml
@@ -28,7 +28,7 @@ targets = [
28
]
29
30
[dependencies]
31
-libc = { git = "https://github.com/rust-lang/libc", rev = "2f93bfb7678e18a9fc5373dec49384bd23f601c3", features = ["extra_traits"] }
+libc = { version = "0.2.152", features = ["extra_traits"] }
32
bitflags = "2.3.1"
33
cfg-if = "1.0"
34
pin-utils = { version = "0.1.0", optional = true }
0 commit comments