Skip to content

Commit

Permalink
default features = false
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Oct 7, 2024
1 parent 17eee3d commit 395a82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/wasm-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ default = ["console_error_panic_hook"]

[dependencies]
serde_json.workspace = true
wasm-bindgen = "0.2.87"
wasm-bindgen = { version = "0.2.93", default-features = false }


# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit 395a82a

Please sign in to comment.