Skip to content

Commit cfb51b3

Browse files
authored
Bump wasmprinter to 0.2.54; wasm-mutate to 0.2.22; wasm-tools to 1.0.28 (#959)
1 parent f2eda34 commit cfb51b3

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-tools"
3-
version = "1.0.27"
3+
version = "1.0.28"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -43,16 +43,16 @@ url = "2.0.0"
4343
pretty_assertions = "1.3.0"
4444

4545
wasm-encoder = { version = "0.25.0", path = "crates/wasm-encoder"}
46-
wasm-compose = { version = "0.2.10", path = "crates/wasm-compose"}
46+
wasm-compose = { version = "0.2.11", path = "crates/wasm-compose"}
4747
wasm-metadata = { version = "0.3.1", path = "crates/wasm-metadata" }
48-
wasm-mutate = { version = "0.2.21", path = "crates/wasm-mutate" }
49-
wasm-shrink = { version = "0.1.22", path = "crates/wasm-shrink" }
48+
wasm-mutate = { version = "0.2.22", path = "crates/wasm-mutate" }
49+
wasm-shrink = { version = "0.1.23", path = "crates/wasm-shrink" }
5050
wasm-smith = { version = "0.12.5", path = "crates/wasm-smith" }
5151
wasmparser = { version = "0.102.0", path = "crates/wasmparser" }
52-
wasmprinter = { version = "0.2.53", path = "crates/wasmprinter" }
52+
wasmprinter = { version = "0.2.54", path = "crates/wasmprinter" }
5353
wast = { version = "55.0.0", path = "crates/wast" }
5454
wat = { version = "1.0.61", path = "crates/wat" }
55-
wit-component = { version = "0.7.3", path = "crates/wit-component" }
55+
wit-component = { version = "0.7.4", path = "crates/wit-component" }
5656
wit-parser = { version = "0.6.4", path = "crates/wit-parser" }
5757

5858
[dependencies]

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.2.10"
3+
version = "0.2.11"
44
edition.workspace = true
55
authors = ["Peter Huene <[email protected]>"]
66
license = "Apache-2.0 WITH LLVM-exception"

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.21"
3+
version = "0.2.22"
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"

crates/wasm-shrink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0 WITH LLVM-exception"
88
readme = "./README.md"
99
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-shrink"
1010
name = "wasm-shrink"
11-
version = "0.1.22"
11+
version = "0.1.23"
1212

1313
[dependencies]
1414
anyhow = { workspace = true }

crates/wasmprinter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmprinter"
3-
version = "0.2.53"
3+
version = "0.2.54"
44
authors = ["Alex Crichton <[email protected]>"]
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"

crates/wit-component/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wit-component"
33
authors = ["Peter Huene <[email protected]>"]
4-
version = "0.7.3"
4+
version = "0.7.4"
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"
77
readme = "README.md"

0 commit comments

Comments
 (0)