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