Skip to content

Commit cdbaae2

Browse files
author
Pat Hickey
authored
bump versions (#942)
bump `wasm-mutate-stats` 0.1.0 => 0.1.0 bump `wit-parser-fuzz` 0.0.1 => 0.0.1 bump `wasm-tools-c-api` 0.1.1 => 0.1.1 bump `wasmparser` 0.101.0 => 0.101.1 bump `wasm-encoder` 0.24.0 => 0.24.1 bump `wasmprinter` 0.2.51 => 0.2.52 bump `wast` 54.0.0 => 54.0.1 bump `wat` 1.0.59 => 1.0.60 bump `wasm-smith` 0.12.3 => 0.12.4 bump `wasm-mutate` 0.2.19 => 0.2.20 bump `wasm-shrink` 0.1.20 => 0.1.21 bump `wasm-compose` 0.2.8 => 0.2.9 bump `wit-parser` 0.6.1 => 0.6.2 bump `wasm-metadata` 0.2.0 => 0.3.0 bump `wit-component` 0.7.0 => 0.7.1 bump `wasm-tools` 1.0.24 => 1.0.25
1 parent 07a55c6 commit cdbaae2

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

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.24"
3+
version = "1.0.25"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -42,18 +42,18 @@ wasmtime = { version = "3.0.0", default-features = false, features = ['cranelift
4242
url = "2.0.0"
4343
pretty_assertions = "1.3.0"
4444

45-
wasm-encoder = { version = "0.24.0", path = "crates/wasm-encoder"}
46-
wasm-compose = { version = "0.2.8", path = "crates/wasm-compose"}
47-
wasm-metadata = { version = "0.2.0", path = "crates/wasm-metadata" }
48-
wasm-mutate = { version = "0.2.19", path = "crates/wasm-mutate" }
49-
wasm-shrink = { version = "0.1.20", path = "crates/wasm-shrink" }
50-
wasm-smith = { version = "0.12.3", path = "crates/wasm-smith" }
51-
wasmparser = { version = "0.101.0", path = "crates/wasmparser" }
52-
wasmprinter = { version = "0.2.51", path = "crates/wasmprinter" }
53-
wast = { version = "54.0.0", path = "crates/wast" }
54-
wat = { version = "1.0.59", path = "crates/wat" }
55-
wit-component = { version = "0.7.0", path = "crates/wit-component" }
56-
wit-parser = { version = "0.6.1", path = "crates/wit-parser" }
45+
wasm-encoder = { version = "0.24.1", path = "crates/wasm-encoder"}
46+
wasm-compose = { version = "0.2.9", path = "crates/wasm-compose"}
47+
wasm-metadata = { version = "0.3.0", path = "crates/wasm-metadata" }
48+
wasm-mutate = { version = "0.2.20", path = "crates/wasm-mutate" }
49+
wasm-shrink = { version = "0.1.21", path = "crates/wasm-shrink" }
50+
wasm-smith = { version = "0.12.4", path = "crates/wasm-smith" }
51+
wasmparser = { version = "0.101.1", path = "crates/wasmparser" }
52+
wasmprinter = { version = "0.2.52", path = "crates/wasmprinter" }
53+
wast = { version = "54.0.1", path = "crates/wast" }
54+
wat = { version = "1.0.60", path = "crates/wat" }
55+
wit-component = { version = "0.7.1", path = "crates/wit-component" }
56+
wit-parser = { version = "0.6.2", path = "crates/wit-parser" }
5757

5858
[dependencies]
5959
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.2.8"
3+
version = "0.2.9"
44
edition.workspace = true
55
authors = ["Peter Huene <[email protected]>"]
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.24.0"
3+
version = "0.24.1"
44
authors = ["Nick Fitzgerald <[email protected]>"]
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.2.0"
3+
version = "0.3.0"
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.19"
3+
version = "0.2.20"
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.20"
11+
version = "0.1.21"
1212

1313
[dependencies]
1414
anyhow = { 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.12.3"
11+
version = "0.12.4"
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.101.0"
3+
version = "0.101.1"
44
authors = ["Yury Delendik <[email protected]>"]
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.51"
3+
version = "0.2.52"
44
authors = ["Alex Crichton <[email protected]>"]
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"

crates/wast/Cargo.toml

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

0 commit comments

Comments
 (0)