Skip to content

Commit 0ab39f1

Browse files
authored
Bump crate versions (#1414)
Getting #1412 on crates.io both on the `main` branch as well as the historical branch.
1 parent f1d89a4 commit 0ab39f1

14 files changed

Lines changed: 70 additions & 70 deletions

File tree

Cargo.lock

Lines changed: 45 additions & 45 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.58"
3+
version = "1.0.59"
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.3", path = "crates/wasm-compose" }
60-
wasm-encoder = { version = "0.41.1", path = "crates/wasm-encoder" }
61-
wasm-metadata = { version = "0.10.18", path = "crates/wasm-metadata" }
62-
wasm-mutate = { version = "0.2.47", path = "crates/wasm-mutate" }
63-
wasm-shrink = { version = "0.1.48", path = "crates/wasm-shrink" }
64-
wasm-smith = { version = "0.15.2", path = "crates/wasm-smith" }
65-
wasmparser = { version = "0.121.1", path = "crates/wasmparser" }
66-
wasmprinter = { version = "0.2.79", path = "crates/wasmprinter" }
67-
wast = { version = "71.0.0", path = "crates/wast" }
68-
wat = { version = "1.0.86", path = "crates/wat" }
69-
wit-component = { version = "0.20.2", path = "crates/wit-component" }
59+
wasm-compose = { version = "0.5.4", path = "crates/wasm-compose" }
60+
wasm-encoder = { version = "0.41.2", path = "crates/wasm-encoder" }
61+
wasm-metadata = { version = "0.10.19", path = "crates/wasm-metadata" }
62+
wasm-mutate = { version = "0.2.48", path = "crates/wasm-mutate" }
63+
wasm-shrink = { version = "0.1.49", path = "crates/wasm-shrink" }
64+
wasm-smith = { version = "0.16.0", path = "crates/wasm-smith" }
65+
wasmparser = { version = "0.121.2", path = "crates/wasmparser" }
66+
wasmprinter = { version = "0.2.80", path = "crates/wasmprinter" }
67+
wast = { version = "71.0.1", path = "crates/wast" }
68+
wat = { version = "1.0.87", path = "crates/wat" }
69+
wit-component = { version = "0.20.3", path = "crates/wit-component" }
7070
wit-parser = { version = "0.13.2", path = "crates/wit-parser" }
71-
wit-smith = { version = "0.1.28", path = "crates/wit-smith" }
71+
wit-smith = { version = "0.1.29", 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.3"
3+
version = "0.5.4"
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.41.1"
3+
version = "0.41.2"
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.18"
3+
version = "0.10.19"
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.47"
3+
version = "0.2.48"
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.48"
11+
version = "0.1.49"
1212

1313
[lints]
1414
workspace = true

crates/wasm-smith/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
name = "wasm-smith"
99
readme = "./README.md"
1010
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith"
11-
version = "0.15.2"
11+
version = "0.16.0"
1212
exclude = ["/benches/corpus"]
1313

1414
[[bench]]

crates/wasmparser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmparser"
3-
version = "0.121.1"
3+
version = "0.121.2"
44
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
55
license = "Apache-2.0 WITH LLVM-exception"
66
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"

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.79"
3+
version = "0.2.80"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)