|
1 | 1 | [package] |
2 | 2 | name = "wasm-tools" |
3 | | -version = "1.209.1" |
| 3 | +version = "1.210.0" |
4 | 4 | authors = ["The Wasmtime Project Developers"] |
5 | 5 | edition.workspace = true |
6 | 6 | description = "CLI tools for interoperating with WebAssembly files" |
@@ -50,7 +50,7 @@ all = "allow" |
50 | 50 |
|
51 | 51 | [workspace.package] |
52 | 52 | edition = '2021' |
53 | | -version = "0.209.1" |
| 53 | +version = "0.210.0" |
54 | 54 | # Current policy for wasm-tools is the same as Wasmtime which is that this |
55 | 55 | # number can be no larger than the current stable release of Rust minus 2. |
56 | 56 | rust-version = "1.76.0" |
@@ -83,19 +83,19 @@ hashbrown = { version = "0.14.3", default-features = false, features = ['ahash'] |
83 | 83 | ahash = { version = "0.8.11", default-features = false } |
84 | 84 | termcolor = "1.2.0" |
85 | 85 |
|
86 | | -wasm-compose = { version = "0.209.1", path = "crates/wasm-compose" } |
87 | | -wasm-encoder = { version = "0.209.1", path = "crates/wasm-encoder" } |
88 | | -wasm-metadata = { version = "0.209.1", path = "crates/wasm-metadata" } |
89 | | -wasm-mutate = { version = "0.209.1", path = "crates/wasm-mutate" } |
90 | | -wasm-shrink = { version = "0.209.1", path = "crates/wasm-shrink" } |
91 | | -wasm-smith = { version = "0.209.1", path = "crates/wasm-smith" } |
92 | | -wasmparser = { version = "0.209.1", path = "crates/wasmparser", default-features = false, features = ['std'] } |
93 | | -wasmprinter = { version = "0.209.1", path = "crates/wasmprinter" } |
94 | | -wast = { version = "209.0.1", path = "crates/wast" } |
95 | | -wat = { version = "1.209.1", path = "crates/wat" } |
96 | | -wit-component = { version = "0.209.1", path = "crates/wit-component" } |
97 | | -wit-parser = { version = "0.209.1", path = "crates/wit-parser" } |
98 | | -wit-smith = { version = "0.209.1", path = "crates/wit-smith" } |
| 86 | +wasm-compose = { version = "0.210.0", path = "crates/wasm-compose" } |
| 87 | +wasm-encoder = { version = "0.210.0", path = "crates/wasm-encoder" } |
| 88 | +wasm-metadata = { version = "0.210.0", path = "crates/wasm-metadata" } |
| 89 | +wasm-mutate = { version = "0.210.0", path = "crates/wasm-mutate" } |
| 90 | +wasm-shrink = { version = "0.210.0", path = "crates/wasm-shrink" } |
| 91 | +wasm-smith = { version = "0.210.0", path = "crates/wasm-smith" } |
| 92 | +wasmparser = { version = "0.210.0", path = "crates/wasmparser", default-features = false, features = ['std'] } |
| 93 | +wasmprinter = { version = "0.210.0", path = "crates/wasmprinter" } |
| 94 | +wast = { version = "210.0.0", path = "crates/wast" } |
| 95 | +wat = { version = "1.210.0", path = "crates/wat" } |
| 96 | +wit-component = { version = "0.210.0", path = "crates/wit-component" } |
| 97 | +wit-parser = { version = "0.210.0", path = "crates/wit-parser" } |
| 98 | +wit-smith = { version = "0.210.0", path = "crates/wit-smith" } |
99 | 99 |
|
100 | 100 | [dependencies] |
101 | 101 | anyhow = { workspace = true } |
|
0 commit comments