Skip to content

Commit 7ff4f25

Browse files
committed
test: Fix tests by using wasm-bindgen 0.2.100
1 parent c467943 commit 7ff4f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/all/utils/fixture.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl Fixture {
144144
# bindgen downloaded is what we expect, and if `=` is
145145
# removed then it will download whatever the newest version
146146
# of wasm-bindgen is which may not be what's listed here.
147-
wasm-bindgen = "=0.2.95"
147+
wasm-bindgen = "=0.2.100"
148148
149149
[dev-dependencies]
150150
wasm-bindgen-test = "0.3"
@@ -182,7 +182,7 @@ impl Fixture {
182182
# bindgen downloaded is what we expect, and if `=` is
183183
# removed then it will download whatever the newest version
184184
# of wasm-bindgen is which may not be what's listed here.
185-
wasm-bindgen = "=0.2.95"
185+
wasm-bindgen = "=0.2.100"
186186
187187
[dev-dependencies]
188188
wasm-bindgen-test = "0.3"
@@ -220,7 +220,7 @@ impl Fixture {
220220
crate-type = ["cdylib"]
221221
222222
[dependencies]
223-
wasm-bindgen = "=0.2.21"
223+
wasm-bindgen = "=0.2.100"
224224
225225
[dev-dependencies]
226226
wasm-bindgen-test = "=0.2.21"

0 commit comments

Comments
 (0)