Skip to content

Commit

Permalink
Update wasm-bindgen to 0.2.72
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Mar 18, 2021
1 parent 614af34 commit 65d17a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
log = "0.4.14"
maple-core = {path = "../maple-core"}
wasm-bindgen = "0.2.71"
wasm-bindgen = "0.2"

[dependencies.web-sys]
features = ["HtmlInputElement", "InputEvent"]
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
log = "0.4.14"
maple-core = {path = "../../maple-core"}
wasm-bindgen = "0.2.71"
wasm-bindgen = "0.2"

[dependencies.web-sys]
features = ["HtmlInputElement", "InputEvent"]
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
log = "0.4.14"
maple-core = {path = "../../maple-core"}
wasm-bindgen = "0.2.71"
wasm-bindgen = "0.2"

[dependencies.web-sys]
features = ["HtmlInputElement", "InputEvent"]
Expand Down
2 changes: 1 addition & 1 deletion maple-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.3.1"

[dependencies]
maple-core-macro = {path = "../maple-core-macro", version = "0.3.1"}
wasm-bindgen = "0.2.71"
wasm-bindgen = "0.2.72"

[dependencies.web-sys]
features = [
Expand Down
5 changes: 1 addition & 4 deletions scripts/netlify-build
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ rustup target add wasm32-unknown-unknown

cargo install trunk --version ^0.10.0

echo Installing wasm-bindgen
wget -q https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.71/wasm-bindgen-0.2.71-x86_64-unknown-linux-musl.tar.gz
tar -xf wasm-bindgen-0.2.71-x86_64-unknown-linux-musl.tar.gz
export PATH=/opt/build/repo/wasm-bindgen-0.2.71-x86_64-unknown-linux-musl:$PATH
cargo install wasm-bindgen --version ^0.2.72


cd ./docs
Expand Down

0 comments on commit 65d17a2

Please sign in to comment.