File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ jobs:
81
81
- name : Install wasm-bindgen
82
82
run : >
83
83
curl -L "$WASMBINDGEN_UPSTREAM"
84
- | tar xzf - --strip-components=1 wasm-bindgen-0.2.82 -x86_64-unknown-linux-musl/wasm-bindgen-test-runner
84
+ | tar xzf - --strip-components=1 wasm-bindgen-0.2.83 -x86_64-unknown-linux-musl/wasm-bindgen-test-runner
85
85
&& sudo mv wasm-bindgen-test-runner /usr/bin/wasm-bindgen-test-runner
86
86
env :
87
- WASMBINDGEN_UPSTREAM : https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.82 /wasm-bindgen-0.2.82 -x86_64-unknown-linux-musl.tar.gz
87
+ WASMBINDGEN_UPSTREAM : https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.83 /wasm-bindgen-0.2.83 -x86_64-unknown-linux-musl.tar.gz
88
88
- name : Installing Rust toolchain
89
89
uses : actions-rs/toolchain@v1
90
90
with :
95
95
- name : Test
96
96
run : |
97
97
cargo update
98
- cargo update -p wasm-bindgen --precise 0.2.82
98
+ cargo update -p wasm-bindgen --precise 0.2.83
99
99
cargo test -vv --target wasm32-unknown-unknown
100
100
env :
101
101
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER : wasm-bindgen-test-runner
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ png = "0.16"
24
24
walkdir = " 2.0"
25
25
criterion = " 0.3"
26
26
wasm-bindgen-test = " 0.3"
27
+ wasm-bindgen = " =0.2.83"
27
28
28
29
[features ]
29
30
default = [" rayon" ]
You can’t perform that action at this time.
0 commit comments