|
1 | 1 | [package]
|
2 | 2 | name = "wasm-tools"
|
3 |
| -version = "1.0.53" |
| 3 | +version = "1.0.54" |
4 | 4 | authors = ["The Wasmtime Project Developers"]
|
5 | 5 | edition.workspace = true
|
6 | 6 | description = "CLI tools for interoperating with WebAssembly files"
|
@@ -46,19 +46,19 @@ pretty_assertions = "1.3.0"
|
46 | 46 | semver = "1.0.0"
|
47 | 47 | smallvec = "1.11.1"
|
48 | 48 |
|
49 |
| -wasm-compose = { version = "0.4.15", path = "crates/wasm-compose" } |
50 |
| -wasm-encoder = { version = "0.38.0", path = "crates/wasm-encoder" } |
51 |
| -wasm-metadata = { version = "0.10.13", path = "crates/wasm-metadata" } |
52 |
| -wasm-mutate = { version = "0.2.42", path = "crates/wasm-mutate" } |
53 |
| -wasm-shrink = { version = "0.1.43", path = "crates/wasm-shrink" } |
54 |
| -wasm-smith = { version = "0.13.0", path = "crates/wasm-smith" } |
55 |
| -wasmparser = { version = "0.118.0", path = "crates/wasmparser" } |
56 |
| -wasmprinter = { version = "0.2.74", path = "crates/wasmprinter" } |
57 |
| -wast = { version = "69.0.0", path = "crates/wast" } |
58 |
| -wat = { version = "1.0.81", path = "crates/wat" } |
59 |
| -wit-component = { version = "0.18.2", path = "crates/wit-component" } |
| 49 | +wasm-compose = { version = "0.4.16", path = "crates/wasm-compose" } |
| 50 | +wasm-encoder = { version = "0.38.1", path = "crates/wasm-encoder" } |
| 51 | +wasm-metadata = { version = "0.10.14", path = "crates/wasm-metadata" } |
| 52 | +wasm-mutate = { version = "0.2.43", path = "crates/wasm-mutate" } |
| 53 | +wasm-shrink = { version = "0.1.44", path = "crates/wasm-shrink" } |
| 54 | +wasm-smith = { version = "0.13.1", path = "crates/wasm-smith" } |
| 55 | +wasmparser = { version = "0.118.1", path = "crates/wasmparser" } |
| 56 | +wasmprinter = { version = "0.2.75", path = "crates/wasmprinter" } |
| 57 | +wast = { version = "69.0.1", path = "crates/wast" } |
| 58 | +wat = { version = "1.0.82", path = "crates/wat" } |
| 59 | +wit-component = { version = "0.19.0", path = "crates/wit-component" } |
60 | 60 | wit-parser = { version = "0.13.0", path = "crates/wit-parser" }
|
61 |
| -wit-smith = { version = "0.1.23", path = "crates/wit-smith" } |
| 61 | +wit-smith = { version = "0.1.24", path = "crates/wit-smith" } |
62 | 62 |
|
63 | 63 | [dependencies]
|
64 | 64 | anyhow = { workspace = true }
|
|
0 commit comments