We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e266249 commit 3d1d2ffCopy full SHA for 3d1d2ff
Cargo.toml
@@ -25,7 +25,7 @@ cfg-if = "0.1"
25
compiler_builtins = { version = "0.1", optional = true }
26
core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
27
28
-[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies]
+[target.'cfg(any(unix, target_os = "redox"))'.dependencies]
29
libc = { version = "0.2.60", default-features = false }
30
31
[target.'cfg(target_os = "wasi")'.dependencies]
0 commit comments