Skip to content

Commit 46b020a

Browse files
committed
Properly forward rustc-dep-of-std feature
Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 9f3bde2 commit 46b020a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ js = ["wasm-bindgen", "js-sys"]
4242
# Feature to enable custom RNG implementations
4343
custom = []
4444
# Unstable feature to support being a libstd dependency
45-
rustc-dep-of-std = ["compiler_builtins", "core"]
45+
rustc-dep-of-std = [
46+
"compiler_builtins",
47+
"core",
48+
"libc/rustc-dep-of-std",
49+
"wasi/rustc-dep-of-std",
50+
"hermit-abi/rustc-dep-of-std",
51+
]
4652
# Unstable/test-only feature to run wasm-bindgen tests in a browser
4753
test-in-browser = []
4854

0 commit comments

Comments
 (0)