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