Skip to content

Commit a1ae804

Browse files
authored
Avoid depending on "rustc-dep-of-std" features of dependencies. (#465)
AFAICT, this is not needed. When libstd builds libc, it will activate that feature for it. This makes it easier to make libc a conditional dependency. Do the same for WASI.
1 parent 10a0ae0 commit a1ae804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ custom = []
4949
rustc-dep-of-std = [
5050
"compiler_builtins",
5151
"core",
52-
"libc/rustc-dep-of-std",
53-
"wasi/rustc-dep-of-std",
5452
]
5553
# Unstable/test-only feature to run wasm-bindgen tests in a browser
5654
test-in-browser = []

0 commit comments

Comments
 (0)