Skip to content

Commit

Permalink
Fix wasm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 17, 2025
1 parent 81d33f4 commit b76beda
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 @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3"
# use std to retrieve OS error descriptions
std = []
# Enable opt-in backends
opt_in = []
opt_in = ["dep:wasm-bindgen", "dep:js-sys"]
# Unstable feature to support being a libstd dependency
rustc-dep-of-std = ["dep:compiler_builtins", "dep:core"]

Expand Down

0 comments on commit b76beda

Please sign in to comment.