Skip to content

Commit

Permalink
Fix Clippy errors: revert wasm-bindgen to v0.2.78 (due to rustwasm/wa…
Browse files Browse the repository at this point in the history
  • Loading branch information
silvia-odwyer committed Jan 24, 2022
1 parent a170cb4 commit c2ad8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ imageproc = { version = "0.22.0", default-features = false }
rusttype="0.9.2"
base64="0.13.0"
time="0.2.23"
wasm-bindgen = "0.2.25"
wasm-bindgen = "=0.2.78"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
js-sys = "0.3.45"
Expand Down

0 comments on commit c2ad8cb

Please sign in to comment.