Skip to content

Commit 7e0c6e5

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wasm-tools 1.203.0 (#1494)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
1 parent 1e2ffb8 commit 7e0c6e5

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.202.0"
3+
version = "1.203.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.202.0"
36+
version = "0.203.0"
3737

3838
[workspace.dependencies]
3939
anyhow = "1.0.58"
@@ -59,19 +59,19 @@ semver = "1.0.0"
5959
smallvec = "1.11.1"
6060
libtest-mimic = "0.7.0"
6161

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

7676
[dependencies]
7777
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 = "202.0.0"
3+
version = "203.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.202.0"
3+
version = "1.203.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)