@@ -300,24 +300,24 @@ system-interface = { version = "0.27.1", features = ["cap_std_impls"] }
300300io-lifetimes = { version = " 2.0.3" , default-features = false }
301301io-extras = " 0.18.1"
302302rustix = " 0.38.43"
303- # TODO: switch back to upstream release:
304- wit-bindgen = { git = " https://github.com/dicej /wit-bindgen" , branch = " spec-sync " , default-features = false }
305- wit-bindgen-rt = { git = " https://github.com/dicej /wit-bindgen" , branch = " spec-sync " , default-features = false }
306- wit-bindgen-rust-macro = { git = " https://github.com/dicej /wit-bindgen" , branch = " spec-sync " , default-features = false }
303+ # TODO: switch back to release:
304+ wit-bindgen = { git = " https://github.com/bytecodealliance /wit-bindgen" , rev = " 3df706cf " , default-features = false }
305+ wit-bindgen-rt = { git = " https://github.com/bytecodealliance /wit-bindgen" , rev = " 3df706cf " , default-features = false }
306+ wit-bindgen-rust-macro = { git = " https://github.com/bytecodealliance /wit-bindgen" , rev = " 3df706cf " , default-features = false }
307307
308308# wasm-tools family:
309- # TODO: switch back to upstream release:
310- wasmparser = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " , default-features = false , features = [' simd' ] }
311- wat = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
312- wast = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
313- wasmprinter = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
314- wasm-encoder = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
315- wasm-smith = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
316- wasm-mutate = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
317- wit-parser = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
318- wit-component = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
319- wasm-wave = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
320- wasm-compose = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
309+ # TODO: switch back to release:
310+ wasmparser = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " , default-features = false , features = [' simd' ] }
311+ wat = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
312+ wast = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
313+ wasmprinter = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
314+ wasm-encoder = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
315+ wasm-smith = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
316+ wasm-mutate = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
317+ wit-parser = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
318+ wit-component = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
319+ wasm-wave = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
320+ wasm-compose = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
321321
322322# Non-Bytecode Alliance maintained dependencies:
323323# --------------------------
@@ -572,16 +572,17 @@ inherits = "release"
572572codegen-units = 1
573573lto = true
574574
575+ # TODO: remove this once we've switched to a wasm-tools release:
575576[patch .crates-io ]
576- wasmparser = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
577- wat = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
578- wast = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
579- wasmprinter = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
580- wasm-encoder = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
581- wasm-smith = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
582- wasm-mutate = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
583- wit-parser = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
584- wit-component = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
585- wasm-wave = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
586- wasm-compose = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
587- wasm-metadata = { git = " https://github.com/dicej /wasm-tools" , branch = " callback-sig-update " }
577+ wasmparser = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
578+ wat = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
579+ wast = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
580+ wasmprinter = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
581+ wasm-encoder = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
582+ wasm-smith = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
583+ wasm-mutate = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
584+ wit-parser = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
585+ wit-component = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
586+ wasm-wave = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
587+ wasm-compose = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
588+ wasm-metadata = { git = " https://github.com/bytecodealliance /wasm-tools" , rev = " 43556041 " }
0 commit comments