Skip to content

Commit

Permalink
Wasi does not need libc (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr authored and newpavlov committed Aug 15, 2019
1 parent e266249 commit 3d1d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3d1d2ff

Please sign in to comment.