@@ -595,18 +595,18 @@ lto = true
595595
596596# TODO: remove this once we've switched to a wasm-tools/wit-bindgen release:
597597[patch .crates-io ]
598- wasmparser = { git = " https://github.com/bytecodealliance /wasm-tools" }
599- wat = { git = " https://github.com/bytecodealliance /wasm-tools" }
600- wast = { git = " https://github.com/bytecodealliance /wasm-tools" }
601- wasmprinter = { git = " https://github.com/bytecodealliance /wasm-tools" }
602- wasm-encoder = { git = " https://github.com/bytecodealliance /wasm-tools" }
603- wasm-smith = { git = " https://github.com/bytecodealliance /wasm-tools" }
604- wasm-mutate = { git = " https://github.com/bytecodealliance /wasm-tools" }
605- wit-parser = { git = " https://github.com/bytecodealliance /wasm-tools" }
606- wit-component = { git = " https://github.com/bytecodealliance /wasm-tools" }
607- wasm-wave = { git = " https://github.com/bytecodealliance /wasm-tools" }
608- wasm-compose = { git = " https://github.com/bytecodealliance /wasm-tools" }
609- wasm-metadata = { git = " https://github.com/bytecodealliance /wasm-tools" }
598+ wasmparser = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
599+ wat = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
600+ wast = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
601+ wasmprinter = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
602+ wasm-encoder = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
603+ wasm-smith = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
604+ wasm-mutate = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
605+ wit-parser = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
606+ wit-component = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
607+ wasm-wave = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
608+ wasm-compose = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
609+ wasm-metadata = { git = " https://github.com/dicej /wasm-tools" , branch = " subtask-cancel " }
610610wit-bindgen = { git = " https://github.com/bytecodealliance/witx-bindgen" }
611611wit-bindgen-rt = { git = " https://github.com/bytecodealliance/witx-bindgen" }
612612wit-bindgen-rust-macro = { git = " https://github.com/bytecodealliance/witx-bindgen" }
0 commit comments