Skip to content

Commit 56d0d94

Browse files
authored
Bump crate versions (#1392)
1 parent 04ca1c5 commit 56d0d94

File tree

14 files changed

+86
-86
lines changed

14 files changed

+86
-86
lines changed

Cargo.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-tools"
3-
version = "1.0.56"
3+
version = "1.0.57"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -56,19 +56,19 @@ pretty_assertions = "1.3.0"
5656
semver = "1.0.0"
5757
smallvec = "1.11.1"
5858

59-
wasm-compose = { version = "0.5.1", path = "crates/wasm-compose" }
60-
wasm-encoder = { version = "0.40.0", path = "crates/wasm-encoder" }
61-
wasm-metadata = { version = "0.10.16", path = "crates/wasm-metadata" }
62-
wasm-mutate = { version = "0.2.45", path = "crates/wasm-mutate" }
63-
wasm-shrink = { version = "0.1.46", path = "crates/wasm-shrink" }
64-
wasm-smith = { version = "0.15.0", path = "crates/wasm-smith" }
65-
wasmparser = { version = "0.120.0", path = "crates/wasmparser" }
66-
wasmprinter = { version = "0.2.77", path = "crates/wasmprinter" }
67-
wast = { version = "70.0.1", path = "crates/wast" }
68-
wat = { version = "1.0.84", path = "crates/wat" }
69-
wit-component = { version = "0.20.0", path = "crates/wit-component" }
59+
wasm-compose = { version = "0.5.2", path = "crates/wasm-compose" }
60+
wasm-encoder = { version = "0.41.0", path = "crates/wasm-encoder" }
61+
wasm-metadata = { version = "0.10.17", path = "crates/wasm-metadata" }
62+
wasm-mutate = { version = "0.2.46", path = "crates/wasm-mutate" }
63+
wasm-shrink = { version = "0.1.47", path = "crates/wasm-shrink" }
64+
wasm-smith = { version = "0.15.1", path = "crates/wasm-smith" }
65+
wasmparser = { version = "0.121.0", path = "crates/wasmparser" }
66+
wasmprinter = { version = "0.2.78", path = "crates/wasmprinter" }
67+
wast = { version = "70.0.2", path = "crates/wast" }
68+
wat = { version = "1.0.85", path = "crates/wat" }
69+
wit-component = { version = "0.20.1", path = "crates/wit-component" }
7070
wit-parser = { version = "0.13.1", path = "crates/wit-parser" }
71-
wit-smith = { version = "0.1.26", path = "crates/wit-smith" }
71+
wit-smith = { version = "0.1.27", path = "crates/wit-smith" }
7272

7373
[dependencies]
7474
anyhow = { workspace = true }

crates/wasm-compose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-compose"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition.workspace = true
55
authors = ["Peter Huene <peter@huene.dev>"]
66
license = "Apache-2.0 WITH LLVM-exception"

crates/wasm-encoder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-encoder"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"

crates/wasm-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-metadata"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
edition.workspace = true
55
license = "Apache-2.0 WITH LLVM-exception"
66
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata"

crates/wasm-mutate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-mutate"
3-
version = "0.2.45"
3+
version = "0.2.46"
44
edition.workspace = true
55
license = "Apache-2.0 WITH LLVM-exception"
66
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate"

0 commit comments

Comments
 (0)