|
1 | 1 | [package] |
2 | 2 | name = "wit-bindgen-cli" |
3 | 3 | authors = [ "Alex Crichton <[email protected]>"] |
4 | | -version = "0.15.0" |
| 4 | +version = "0.16.0" |
5 | 5 | edition = { workspace = true } |
6 | 6 | repository = 'https://github.com/bytecodealliance/wit-bindgen' |
7 | 7 | license = "Apache-2.0 WITH LLVM-exception" |
@@ -34,14 +34,14 @@ wasmtime-wasi = "15.0.0" |
34 | 34 | wit-parser = "0.13.0" |
35 | 35 | wit-component = "0.18.2" |
36 | 36 |
|
37 | | -wit-bindgen-core = { path = 'crates/core', version = '0.15.0' } |
38 | | -wit-bindgen-c = { path = 'crates/c', version = '0.15.0' } |
39 | | -wit-bindgen-rust = { path = "crates/rust", version = "0.15.0" } |
40 | | -wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.15.0' } |
41 | | -wit-bindgen-go = { path = 'crates/go', version = '0.15.0' } |
42 | | -wit-bindgen-csharp = { path = 'crates/csharp', version = '0.15.0' } |
43 | | -wit-bindgen-markdown = { path = 'crates/markdown', version = '0.15.0' } |
44 | | -wit-bindgen = { path = 'crates/guest-rust', version = '0.15.0', default-features = false } |
| 37 | +wit-bindgen-core = { path = 'crates/core', version = '0.16.0' } |
| 38 | +wit-bindgen-c = { path = 'crates/c', version = '0.16.0' } |
| 39 | +wit-bindgen-rust = { path = "crates/rust", version = "0.16.0" } |
| 40 | +wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.16.0' } |
| 41 | +wit-bindgen-go = { path = 'crates/go', version = '0.16.0' } |
| 42 | +wit-bindgen-csharp = { path = 'crates/csharp', version = '0.16.0' } |
| 43 | +wit-bindgen-markdown = { path = 'crates/markdown', version = '0.16.0' } |
| 44 | +wit-bindgen = { path = 'crates/guest-rust', version = '0.16.0', default-features = false } |
45 | 45 |
|
46 | 46 | [[bin]] |
47 | 47 | name = "wit-bindgen" |
|
0 commit comments