Skip to content

Commit 3661e9d

Browse files
committed
Properly forward rustc-dep-of-std feature
Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 03cc4f7 commit 3661e9d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ js = ["wasm-bindgen", "js-sys"]
3939
# Feature to enable custom RNG implementations
4040
custom = []
4141
# Unstable feature to support being a libstd dependency
42-
rustc-dep-of-std = ["compiler_builtins", "core"]
42+
rustc-dep-of-std = [
43+
"compiler_builtins",
44+
"core",
45+
"libc/rustc-dep-of-std",
46+
"wasi/rustc-dep-of-std",
47+
]
4348
# Unstable/test-only feature to run wasm-bindgen tests in a browser
4449
test-in-browser = []
4550

0 commit comments

Comments
 (0)