Skip to content

Commit

Permalink
Merge pull request #137 from arkedge/pin-web-sys-ver
Browse files Browse the repository at this point in the history
Specify web-sys version explicitly
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents 5935984 + e21d4e6 commit d2c66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools-frontend/crates/opslang-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "*", features = ["console"] }
web-sys = { version = "0.3.69", features = ["console"] }
opslang-ast = "0.2.1"
opslang-parser = "0.2.1"
async-recursion = "1.1.0"
Expand Down

0 comments on commit d2c66a2

Please sign in to comment.