@@ -276,16 +276,16 @@ wit-bindgen = { version = "0.35.0", default-features = false }
276276wit-bindgen-rust-macro = { version = " 0.35.0" , default-features = false }
277277
278278# 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 " }
289289
290290# Non-Bytecode Alliance maintained dependencies:
291291# --------------------------
0 commit comments