Skip to content

Commit b76beda

Browse files
committed
Fix wasm deps
1 parent 81d33f4 commit b76beda

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
@@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3"
7171
# use std to retrieve OS error descriptions
7272
std = []
7373
# Enable opt-in backends
74-
opt_in = []
74+
opt_in = ["dep:wasm-bindgen", "dep:js-sys"]
7575
# Unstable feature to support being a libstd dependency
7676
rustc-dep-of-std = ["dep:compiler_builtins", "dep:core"]
7777

0 commit comments

Comments
 (0)