@@ -18,7 +18,7 @@ resolver = "2"
18
18
19
19
[workspace .package ]
20
20
edition = " 2021"
21
- version = " 0.34 .0"
21
+ version = " 0.35 .0"
22
22
license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
23
23
repository = " https://github.com/bytecodealliance/wasi-rs"
24
24
@@ -32,21 +32,21 @@ indexmap = "2.0.0"
32
32
prettyplease = " 0.2.20"
33
33
syn = { version = " 2.0" , features = [" printing" ] }
34
34
35
- wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.219 .0" }
36
- wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.219 .0" }
37
- wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.219 .0" }
38
- wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.219 .0" }
39
- wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.219 .0" }
35
+ wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220 .0" }
36
+ wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220 .0" }
37
+ wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220 .0" }
38
+ wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220 .0" }
39
+ wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220 .0" }
40
40
41
- wit-bindgen-core = { path = ' crates/core' , version = ' 0.34 .0' }
42
- wit-bindgen-c = { path = ' crates/c' , version = ' 0.34 .0' }
43
- wit-bindgen-rust = { path = " crates/rust" , version = " 0.34 .0" }
44
- wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.34 .0' }
45
- wit-bindgen-go = { path = ' crates/go' , version = ' 0.34 .0' }
46
- wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.34 .0' }
47
- wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.34 .0' }
48
- wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.34 .0' }
49
- wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.34 .0' , default-features = false }
41
+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.35 .0' }
42
+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.35 .0' }
43
+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.35 .0" }
44
+ wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.35 .0' }
45
+ wit-bindgen-go = { path = ' crates/go' , version = ' 0.35 .0' }
46
+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.35 .0' }
47
+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.35 .0' }
48
+ wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.35 .0' }
49
+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.35 .0' , default-features = false }
50
50
51
51
[[bin ]]
52
52
name = " wit-bindgen"
0 commit comments