Skip to content

Commit df5368f

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wasm-tools 1.204.0 (#1500)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
1 parent 19a3ec2 commit df5368f

File tree

4 files changed

+70
-70
lines changed

4 files changed

+70
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-tools"
3-
version = "1.203.0"
3+
version = "1.204.0"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -33,7 +33,7 @@ all = "allow"
3333

3434
[workspace.package]
3535
edition = '2021'
36-
version = "0.203.0"
36+
version = "0.204.0"
3737

3838
[workspace.dependencies]
3939
anyhow = "1.0.58"
@@ -60,19 +60,19 @@ smallvec = "1.11.1"
6060
libtest-mimic = "0.7.0"
6161
bitflags = "2.5.0"
6262

63-
wasm-compose = { version = "0.203.0", path = "crates/wasm-compose" }
64-
wasm-encoder = { version = "0.203.0", path = "crates/wasm-encoder" }
65-
wasm-metadata = { version = "0.203.0", path = "crates/wasm-metadata" }
66-
wasm-mutate = { version = "0.203.0", path = "crates/wasm-mutate" }
67-
wasm-shrink = { version = "0.203.0", path = "crates/wasm-shrink" }
68-
wasm-smith = { version = "0.203.0", path = "crates/wasm-smith" }
69-
wasmparser = { version = "0.203.0", path = "crates/wasmparser" }
70-
wasmprinter = { version = "0.203.0", path = "crates/wasmprinter" }
71-
wast = { version = "203.0.0", path = "crates/wast" }
72-
wat = { version = "1.203.0", path = "crates/wat" }
73-
wit-component = { version = "0.203.0", path = "crates/wit-component" }
74-
wit-parser = { version = "0.203.0", path = "crates/wit-parser" }
75-
wit-smith = { version = "0.203.0", path = "crates/wit-smith" }
63+
wasm-compose = { version = "0.204.0", path = "crates/wasm-compose" }
64+
wasm-encoder = { version = "0.204.0", path = "crates/wasm-encoder" }
65+
wasm-metadata = { version = "0.204.0", path = "crates/wasm-metadata" }
66+
wasm-mutate = { version = "0.204.0", path = "crates/wasm-mutate" }
67+
wasm-shrink = { version = "0.204.0", path = "crates/wasm-shrink" }
68+
wasm-smith = { version = "0.204.0", path = "crates/wasm-smith" }
69+
wasmparser = { version = "0.204.0", path = "crates/wasmparser" }
70+
wasmprinter = { version = "0.204.0", path = "crates/wasmprinter" }
71+
wast = { version = "204.0.0", path = "crates/wast" }
72+
wat = { version = "1.204.0", path = "crates/wat" }
73+
wit-component = { version = "0.204.0", path = "crates/wit-component" }
74+
wit-parser = { version = "0.204.0", path = "crates/wit-parser" }
75+
wit-smith = { version = "0.204.0", path = "crates/wit-smith" }
7676

7777
[dependencies]
7878
anyhow = { workspace = true }

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

crates/wat/Cargo.toml

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

0 commit comments

Comments
 (0)