Skip to content

Commit d375f50

Browse files
committed
Wasi does not need libc
Small Cargo.toml nit that got missed in rust-random#64
1 parent e266249 commit d375f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)