@@ -18,7 +18,7 @@ resolver = "2"
18
18
19
19
[workspace .package ]
20
20
edition = " 2021"
21
- version = " 0.35 .0"
21
+ version = " 0.36 .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
@@ -30,23 +30,23 @@ pulldown-cmark = { version = "0.9", default-features = false }
30
30
clap = { version = " 4.3.19" , features = [" derive" ] }
31
31
indexmap = " 2.0.0"
32
32
prettyplease = " 0.2.20"
33
- syn = { version = " 2.0" , features = [" printing" ] }
33
+ syn = { version = " 2.0.89 " , features = [" printing" ] }
34
34
35
35
wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220.0" }
36
36
wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220.0" }
37
37
wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220.0" }
38
38
wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.220.0" }
39
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.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 }
41
+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.36 .0' }
42
+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.36 .0' }
43
+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.36 .0" }
44
+ wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.36 .0' }
45
+ wit-bindgen-go = { path = ' crates/go' , version = ' 0.36 .0' }
46
+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.36 .0' }
47
+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.36 .0' }
48
+ wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.36 .0' }
49
+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.36 .0' , default-features = false }
50
50
51
51
[[bin ]]
52
52
name = " wit-bindgen"
0 commit comments