@@ -31,13 +31,13 @@ prettyplease = "0.2.20"
3131syn = { version = " 2.0.89" , features = [" printing" ] }
3232futures = " 0.3.31"
3333
34- wat = " 1.233 .0"
35- wasmparser = " 0.233 .0"
36- wasm-encoder = " 0.233 .0"
37- wasm-metadata = { version = " 0.233 .0" , default-features = false }
38- wit-parser = " 0.233 .0"
39- wit-component = " 0.233 .0"
40- wasm-compose = " 0.233 .0"
34+ wat = " 1.234 .0"
35+ wasmparser = " 0.234 .0"
36+ wasm-encoder = " 0.234 .0"
37+ wasm-metadata = { version = " 0.234 .0" , default-features = false }
38+ wit-parser = " 0.234 .0"
39+ wit-component = " 0.234 .0"
40+ wasm-compose = " 0.234 .0"
4141
4242wit-bindgen-core = { path = ' crates/core' , version = ' 0.42.1' }
4343wit-bindgen-c = { path = ' crates/c' , version = ' 0.42.1' }
@@ -83,16 +83,3 @@ csharp = ['dep:wit-bindgen-csharp']
8383csharp-mono = [' csharp' ]
8484moonbit = [' dep:wit-bindgen-moonbit' ]
8585async = []
86-
87- # TODO: remove this once
88- # https://github.com/bytecodealliance/wasm-tools/pull/2229 is included in a
89- # `wasm-tools` release:
90- [patch .crates-io ]
91- wasmparser = { git = " https://github.com/bytecodealliance/wasm-tools" }
92- wat = { git = " https://github.com/bytecodealliance/wasm-tools" }
93- wast = { git = " https://github.com/bytecodealliance/wasm-tools" }
94- wasm-encoder = { git = " https://github.com/bytecodealliance/wasm-tools" }
95- wit-parser = { git = " https://github.com/bytecodealliance/wasm-tools" }
96- wit-component = { git = " https://github.com/bytecodealliance/wasm-tools" }
97- wasm-compose = { git = " https://github.com/bytecodealliance/wasm-tools" }
98- wasm-metadata = { git = " https://github.com/bytecodealliance/wasm-tools" }
0 commit comments