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 211f1ab commit 99b2ad3Copy full SHA for 99b2ad3
Cargo.toml
@@ -28,7 +28,7 @@ targets = [
28
]
29
30
[dependencies]
31
-libc = { git = "https://github.com/rust-lang/libc", branch = "libc-0.2", features = ["extra_traits"] }
+libc = { version = "0.2.158", features = ["extra_traits"] }
32
bitflags = "2.3.3"
33
cfg-if = "1.0"
34
pin-utils = { version = "0.1.0", optional = true }
0 commit comments