diff --git a/Cargo.toml b/Cargo.toml index c310d9360..dd43f3a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cfg-if = "0.1" compiler_builtins = { version = "0.1", optional = true } core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" } -[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies] +[target.'cfg(any(unix, target_os = "redox"))'.dependencies] libc = { version = "0.2.60", default-features = false } [target.'cfg(target_os = "wasi")'.dependencies]