Skip to content

Commit

Permalink
bump wasm bingen version, add explicit enum args in .flow file
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed Feb 1, 2024
1 parent 45413f1 commit e835403
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 290 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ getrandom = "0.2.3"
# wasm
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
serde-wasm-bindgen = "0.4.5"
wasm-bindgen = "=0.2.87"
wasm-bindgen = "=0.2.90"
rand_os = { version = "0.1", features = ["wasm-bindgen"] }
js-sys = "0.3.51"
getrandom = { version = "0.2.3", features = ["js"] }
Expand Down
Loading

0 comments on commit e835403

Please sign in to comment.