|
1 | 1 | [package] |
2 | 2 | name = "wasm-tools" |
3 | | -version = "1.206.0" |
| 3 | +version = "1.207.0" |
4 | 4 | authors = ["The Wasmtime Project Developers"] |
5 | 5 | edition.workspace = true |
6 | 6 | description = "CLI tools for interoperating with WebAssembly files" |
@@ -33,7 +33,7 @@ all = "allow" |
33 | 33 |
|
34 | 34 | [workspace.package] |
35 | 35 | edition = '2021' |
36 | | -version = "0.206.0" |
| 36 | +version = "0.207.0" |
37 | 37 |
|
38 | 38 | [workspace.dependencies] |
39 | 39 | anyhow = "1.0.58" |
@@ -62,19 +62,19 @@ bitflags = "2.5.0" |
62 | 62 | hashbrown = { version = "0.14.3", default-features = false, features = ['ahash'] } |
63 | 63 | ahash = { version = "0.8.11", default-features = false } |
64 | 64 |
|
65 | | -wasm-compose = { version = "0.206.0", path = "crates/wasm-compose" } |
66 | | -wasm-encoder = { version = "0.206.0", path = "crates/wasm-encoder" } |
67 | | -wasm-metadata = { version = "0.206.0", path = "crates/wasm-metadata" } |
68 | | -wasm-mutate = { version = "0.206.0", path = "crates/wasm-mutate" } |
69 | | -wasm-shrink = { version = "0.206.0", path = "crates/wasm-shrink" } |
70 | | -wasm-smith = { version = "0.206.0", path = "crates/wasm-smith" } |
71 | | -wasmparser = { version = "0.206.0", path = "crates/wasmparser", default-features = false, features = ['std'] } |
72 | | -wasmprinter = { version = "0.206.0", path = "crates/wasmprinter" } |
73 | | -wast = { version = "206.0.0", path = "crates/wast" } |
74 | | -wat = { version = "1.206.0", path = "crates/wat" } |
75 | | -wit-component = { version = "0.206.0", path = "crates/wit-component" } |
76 | | -wit-parser = { version = "0.206.0", path = "crates/wit-parser" } |
77 | | -wit-smith = { version = "0.206.0", path = "crates/wit-smith" } |
| 65 | +wasm-compose = { version = "0.207.0", path = "crates/wasm-compose" } |
| 66 | +wasm-encoder = { version = "0.207.0", path = "crates/wasm-encoder" } |
| 67 | +wasm-metadata = { version = "0.207.0", path = "crates/wasm-metadata" } |
| 68 | +wasm-mutate = { version = "0.207.0", path = "crates/wasm-mutate" } |
| 69 | +wasm-shrink = { version = "0.207.0", path = "crates/wasm-shrink" } |
| 70 | +wasm-smith = { version = "0.207.0", path = "crates/wasm-smith" } |
| 71 | +wasmparser = { version = "0.207.0", path = "crates/wasmparser", default-features = false, features = ['std'] } |
| 72 | +wasmprinter = { version = "0.207.0", path = "crates/wasmprinter" } |
| 73 | +wast = { version = "207.0.0", path = "crates/wast" } |
| 74 | +wat = { version = "1.207.0", path = "crates/wat" } |
| 75 | +wit-component = { version = "0.207.0", path = "crates/wit-component" } |
| 76 | +wit-parser = { version = "0.207.0", path = "crates/wit-parser" } |
| 77 | +wit-smith = { version = "0.207.0", path = "crates/wit-smith" } |
78 | 78 |
|
79 | 79 | [dependencies] |
80 | 80 | anyhow = { workspace = true } |
|
0 commit comments