Skip to content

Commit 3d1d2ff

Browse files
josephlrnewpavlov
authored andcommitted
Wasi does not need libc (#88)
1 parent e266249 commit 3d1d2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cfg-if = "0.1"
2525
compiler_builtins = { version = "0.1", optional = true }
2626
core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
2727

28-
[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies]
28+
[target.'cfg(any(unix, target_os = "redox"))'.dependencies]
2929
libc = { version = "0.2.60", default-features = false }
3030

3131
[target.'cfg(target_os = "wasi")'.dependencies]

0 commit comments

Comments
 (0)