|
1 | 1 | [package]
|
2 | 2 | name = "wit-bindgen-cli"
|
3 | 3 | authors = [ "Alex Crichton <[email protected]>"]
|
4 |
| -version = "0.3.0" |
| 4 | +version = "0.4.0" |
5 | 5 | edition = { workspace = true }
|
6 | 6 | repository = 'https://github.com/bytecodealliance/wit-bindgen'
|
7 | 7 | license = "Apache-2.0 WITH LLVM-exception"
|
@@ -35,14 +35,14 @@ wat = "1.0.61"
|
35 | 35 | wit-parser = "0.6.3"
|
36 | 36 | wit-component = "0.7.2"
|
37 | 37 |
|
38 |
| -wit-bindgen-core = { path = 'crates/core', version = '0.3.0' } |
39 |
| -wit-bindgen-c = { path = 'crates/c', version = '0.3.0' } |
40 |
| -wit-bindgen-rust = { path = "crates/rust", version = "0.3.0" } |
41 |
| -wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.3.0' } |
42 |
| -wit-bindgen-go = { path = 'crates/go', version = '0.1.0' } |
43 |
| -wit-bindgen-markdown = { path = 'crates/markdown', version = '0.3.0' } |
44 |
| -wit-bindgen-rust-lib = { path = 'crates/rust-lib', version = '0.3.0' } |
45 |
| -wit-bindgen = { path = 'crates/guest-rust', version = '0.3.0', default-features = false } |
| 38 | +wit-bindgen-core = { path = 'crates/core', version = '0.4.0' } |
| 39 | +wit-bindgen-c = { path = 'crates/c', version = '0.4.0' } |
| 40 | +wit-bindgen-rust = { path = "crates/rust", version = "0.4.0" } |
| 41 | +wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.4.0' } |
| 42 | +wit-bindgen-go = { path = 'crates/go', version = '0.2.0' } |
| 43 | +wit-bindgen-markdown = { path = 'crates/markdown', version = '0.4.0' } |
| 44 | +wit-bindgen-rust-lib = { path = 'crates/rust-lib', version = '0.4.0' } |
| 45 | +wit-bindgen = { path = 'crates/guest-rust', version = '0.4.0', default-features = false } |
46 | 46 | wit-bindgen-rust-macro-shared = { path = 'crates/rust-macro-shared', version = '0.3.0' }
|
47 | 47 |
|
48 | 48 | [[bin]]
|
|
0 commit comments