@@ -18,7 +18,7 @@ resolver = "2"
18
18
19
19
[workspace .package ]
20
20
edition = " 2021"
21
- version = " 0.24 .0"
21
+ version = " 0.25 .0"
22
22
23
23
[workspace .dependencies ]
24
24
anyhow = " 1.0.72"
@@ -28,20 +28,20 @@ pulldown-cmark = { version = "0.9", default-features = false }
28
28
clap = { version = " 4.3.19" , features = [" derive" ] }
29
29
indexmap = " 2.0.0"
30
30
31
- wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.206.0 " }
32
- wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.206.0 " }
33
- wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.206.0 " }
34
- wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.206.0 " }
35
- wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.206.0 " }
31
+ wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.208.1 " }
32
+ wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.208.1 " }
33
+ wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.208.1 " }
34
+ wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.208.1 " }
35
+ wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.208.1 " }
36
36
37
- wit-bindgen-core = { path = ' crates/core' , version = ' 0.24 .0' }
38
- wit-bindgen-c = { path = ' crates/c' , version = ' 0.24 .0' }
39
- wit-bindgen-rust = { path = " crates/rust" , version = " 0.24 .0" }
40
- wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.24 .0' }
41
- wit-bindgen-go = { path = ' crates/go' , version = ' 0.24 .0' }
42
- wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.24 .0' }
43
- wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.24 .0' }
44
- wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.24 .0' , default-features = false }
37
+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.25 .0' }
38
+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.25 .0' }
39
+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.25 .0" }
40
+ wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.25 .0' }
41
+ wit-bindgen-go = { path = ' crates/go' , version = ' 0.25 .0' }
42
+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.25 .0' }
43
+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.25 .0' }
44
+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.25 .0' , default-features = false }
45
45
46
46
[[bin ]]
47
47
name = " wit-bindgen"
0 commit comments