Skip to content

Commit

Permalink
fix: specify dep wasm-bindgen version in range
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Nov 7, 2021
1 parent ba5be96 commit 2ef9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -31,7 +31,7 @@ crate-type = ["cdylib", "rlib"]
import-react = []

[dependencies]
wasm-bindgen = "0.2.63"
wasm-bindgen = "~0.2.63"
js-sys = "0.3"

[dependencies.web-sys]
Expand Down

0 comments on commit 2ef9590

Please sign in to comment.