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 2eb51c6 + 995901c commit 3eadab7Copy full SHA for 3eadab7
Cargo.toml
@@ -49,7 +49,7 @@ optional = true
49
features = ["into_bits"]
50
51
[target.'cfg(unix)'.dependencies]
52
-libc = { version = "0.2", optional = true }
+libc = { version = "0.2", optional = true, default-features = false }
53
54
[target.'cfg(windows)'.dependencies]
55
winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "winnt"], optional = true }
0 commit comments