Skip to content

Commit

Permalink
Reverted wasam-bindgen to 0.2.78 to temporarily bypass rustwasm/wasm-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Jan 25, 2022
1 parent c76fe12 commit b71446c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/webassembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coconut = ["coconut-interface", "credentials", "gateway-client/coconut"]
[dependencies]
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.78", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
rand = { version = "0.7.3", features = ["wasm-bindgen"] }
Expand Down
2 changes: 1 addition & 1 deletion common/wasm-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
futures = "0.3"
js-sys = "^0.3.51"
wasm-bindgen = "0.2"
wasm-bindgen = "=0.2.78"
wasm-bindgen-futures = "0.4"

# we don't want entire tokio-tungstenite, tungstenite itself is just fine - we just want message and error enums
Expand Down

0 comments on commit b71446c

Please sign in to comment.