@@ -276,16 +276,16 @@ wit-bindgen = { version = "0.35.0", default-features = false }
276
276
wit-bindgen-rust-macro = { version = " 0.35.0" , default-features = false }
277
277
278
278
# wasm-tools family:
279
- wasmparser = { git = " https://github.com/dicej/wasm-tools" , branch = " async" , default-features = false }
280
- wat = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
281
- wast = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
282
- wasmprinter = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
283
- wasm-encoder = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
284
- wasm-smith = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
285
- wasm-mutate = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
286
- wit-parser = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
287
- wit-component = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
288
- wasm-wave = { git = " https://github.com/dicej/wasm-tools" , branch = " async" }
279
+ wasmparser = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " , default-features = false }
280
+ wat = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
281
+ wast = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
282
+ wasmprinter = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
283
+ wasm-encoder = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
284
+ wasm-smith = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
285
+ wasm-mutate = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
286
+ wit-parser = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
287
+ wit-component = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
288
+ wasm-wave = { git = " https://github.com/dicej/wasm-tools" , branch = " async-v1.220.0 " }
289
289
290
290
# Non-Bytecode Alliance maintained dependencies:
291
291
# --------------------------
0 commit comments