Skip to content

Commit

Permalink
chore: Pin wasm-bindgen dependency to 0.28.6 (#1898)
Browse files Browse the repository at this point in the history
Pin wasm-bindgen dependency
  • Loading branch information
kevaundray authored Jul 10, 2023
1 parent 2851827 commit 1747176
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 @@ -53,7 +53,7 @@ thiserror = "1.0.21"
toml = "0.7.2"
tower = "0.4"
url = "2.2.0"
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.86", features = ["serde-serialize"] }
wasm-bindgen-test = "0.3.33"

[patch.crates-io]
Expand Down

0 comments on commit 1747176

Please sign in to comment.