@@ -31,13 +31,13 @@ prettyplease = "0.2.20"
31
31
syn = { version = " 2.0.89" , features = [" printing" ] }
32
32
futures = " 0.3.31"
33
33
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"
41
41
42
42
wit-bindgen-core = { path = ' crates/core' , version = ' 0.42.1' }
43
43
wit-bindgen-c = { path = ' crates/c' , version = ' 0.42.1' }
@@ -83,16 +83,3 @@ csharp = ['dep:wit-bindgen-csharp']
83
83
csharp-mono = [' csharp' ]
84
84
moonbit = [' dep:wit-bindgen-moonbit' ]
85
85
async = []
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