@@ -16,7 +16,7 @@ resolver = "2"
1616
1717[workspace .package ]
1818edition = " 2021"
19- version = " 0.48.1 "
19+ version = " 0.49.0 "
2020license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
2121repository = " https://github.com/bytecodealliance/wit-bindgen"
2222rust-version = " 1.82.0"
@@ -41,15 +41,15 @@ wit-parser = "0.243.0"
4141wit-component = " 0.243.0"
4242wasm-compose = " 0.243.0"
4343
44- wit-bindgen-core = { path = ' crates/core' , version = ' 0.48.1 ' }
45- wit-bindgen-c = { path = ' crates/c' , version = ' 0.48.1 ' }
46- wit-bindgen-cpp = { path = ' crates/cpp' , version = ' 0.48.1 ' }
47- wit-bindgen-rust = { path = " crates/rust" , version = " 0.48.1 " }
48- wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.48.1 ' }
49- wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.48.1 ' }
50- wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.48.1 ' }
51- wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.48.1 ' , default-features = false }
52- wit-bindgen-test = { path = ' crates/test' , version = ' 0.48.1 ' }
44+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.49.0 ' }
45+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.49.0 ' }
46+ wit-bindgen-cpp = { path = ' crates/cpp' , version = ' 0.49.0 ' }
47+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.49.0 " }
48+ wit-bindgen-csharp = { path = ' crates/csharp' , version = ' 0.49.0 ' }
49+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.49.0 ' }
50+ wit-bindgen-moonbit = { path = ' crates/moonbit' , version = ' 0.49.0 ' }
51+ wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.49.0 ' , default-features = false }
52+ wit-bindgen-test = { path = ' crates/test' , version = ' 0.49.0 ' }
5353
5454[[bin ]]
5555name = " wit-bindgen"
0 commit comments