@@ -15,7 +15,7 @@ resolver = "2"
1515
1616[workspace .package ]
1717edition = " 2021"
18- version = " 0.42.1 "
18+ version = " 0.43.0 "
1919license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
2020repository = " https://github.com/bytecodealliance/wit-bindgen"
2121
@@ -39,15 +39,15 @@ wit-parser = "0.235.0"
3939wit-component = " 0.235.0"
4040wasm-compose = " 0.235.0"
4141
42- wit-bindgen-core = { path = ' crates/core' , version = ' 0.42.1 ' }
43- wit-bindgen-c = { path = ' crates/c' , version = ' 0.42.1 ' }
44- wit-bindgen-cpp = { path = ' crates/cpp' , version = ' 0.42.1 ' }
45- wit-bindgen-rust = { path = " crates/rust" , version = " 0.42.1 " }
46- wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.42.1 ' }
47- wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.42.1 ' }
48- wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.42.1 ' }
49- wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.42.1 ' , default-features = false }
50- wit-bindgen-test = { path = ' crates/test' , version = ' 0.42.1 ' }
42+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.43.0 ' }
43+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.43.0 ' }
44+ wit-bindgen-cpp = { path = ' crates/cpp' , version = ' 0.43.0 ' }
45+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.43.0 " }
46+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.43.0 ' }
47+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.43.0 ' }
48+ wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.43.0 ' }
49+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.43.0 ' , default-features = false }
50+ wit-bindgen-test = { path = ' crates/test' , version = ' 0.43.0 ' }
5151
5252[[bin ]]
5353name = " wit-bindgen"
0 commit comments