File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments