@@ -18,7 +18,7 @@ resolver = "2"
1818
1919[workspace .package ]
2020edition = " 2021"
21- version = " 0.21 .0"
21+ version = " 0.22 .0"
2222
2323[workspace .dependencies ]
2424anyhow = " 1.0.72"
@@ -35,14 +35,14 @@ wasm-metadata = "0.201.0"
3535wit-parser = " 0.201.0"
3636wit-component = " 0.201.0"
3737
38- wit-bindgen-core = { path = ' crates/core' , version = ' 0.21 .0' }
39- wit-bindgen-c = { path = ' crates/c' , version = ' 0.21 .0' }
40- wit-bindgen-rust = { path = " crates/rust" , version = " 0.21 .0" }
41- wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.21 .0' }
42- wit-bindgen-go = { path = ' crates/go' , version = ' 0.21 .0' }
43- wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.21 .0' }
44- wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.21 .0' }
45- wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.21 .0' , default-features = false }
38+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.22 .0' }
39+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.22 .0' }
40+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.22 .0" }
41+ wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.22 .0' }
42+ wit-bindgen-go = { path = ' crates/go' , version = ' 0.22 .0' }
43+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.22 .0' }
44+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.22 .0' }
45+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.22 .0' , default-features = false }
4646
4747[[bin ]]
4848name = " wit-bindgen"
0 commit comments