Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Update wasm-bindgen to 0.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Jan 29, 2019
1 parent 5b82c85 commit c948dee
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion memo_js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ serde_derive = "1.0"
wasm-bindgen-futures = "0.3"

[dependencies.wasm-bindgen]
version = "0.2.29"
version = "0.2.33"
features = ["serde-serialize"]
2 changes: 1 addition & 1 deletion memo_js/script/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

LOCAL_CRATE_PATH=./.cargo
PATH=$LOCAL_CRATE_PATH/bin:$PATH
WASM_BINDGEN_VERSION=0.2.29
WASM_BINDGEN_VERSION=0.2.33

setup_wasm_bindgen() {
if (command -v wasm-bindgen) && $(wasm-bindgen --version | grep --silent $WASM_BINDGEN_VERSION); then
Expand Down
2 changes: 1 addition & 1 deletion xray_wasm/script/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LOCAL_CRATE_PATH=./.cargo
PATH=$LOCAL_CRATE_PATH/bin:$PATH
WASM_BINDGEN_VERSION=0.2.29
WASM_BINDGEN_VERSION=0.2.33

setup_wasm_bindgen() {
if (command -v wasm-bindgen) && $(wasm-bindgen --version | grep --silent $WASM_BINDGEN_VERSION); then
Expand Down

0 comments on commit c948dee

Please sign in to comment.