Skip to content

Commit c8fcb70

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wasm-tools 1.209.1 (#1586)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <[email protected]>
1 parent 80dc262 commit c8fcb70

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.209.0"
3+
version = "1.209.1"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -49,7 +49,7 @@ all = "allow"
4949

5050
[workspace.package]
5151
edition = '2021'
52-
version = "0.209.0"
52+
version = "0.209.1"
5353
# Current policy for wasm-tools is the same as Wasmtime which is that this
5454
# number can be no larger than the current stable release of Rust minus 2.
5555
rust-version = "1.76.0"
@@ -81,19 +81,19 @@ bitflags = "2.5.0"
8181
hashbrown = { version = "0.14.3", default-features = false, features = ['ahash'] }
8282
ahash = { version = "0.8.11", default-features = false }
8383

84-
wasm-compose = { version = "0.209.0", path = "crates/wasm-compose" }
85-
wasm-encoder = { version = "0.209.0", path = "crates/wasm-encoder" }
86-
wasm-metadata = { version = "0.209.0", path = "crates/wasm-metadata" }
87-
wasm-mutate = { version = "0.209.0", path = "crates/wasm-mutate" }
88-
wasm-shrink = { version = "0.209.0", path = "crates/wasm-shrink" }
89-
wasm-smith = { version = "0.209.0", path = "crates/wasm-smith" }
90-
wasmparser = { version = "0.209.0", path = "crates/wasmparser", default-features = false, features = ['std'] }
91-
wasmprinter = { version = "0.209.0", path = "crates/wasmprinter" }
92-
wast = { version = "209.0.0", path = "crates/wast" }
93-
wat = { version = "1.209.0", path = "crates/wat" }
94-
wit-component = { version = "0.209.0", path = "crates/wit-component" }
95-
wit-parser = { version = "0.209.0", path = "crates/wit-parser" }
96-
wit-smith = { version = "0.209.0", path = "crates/wit-smith" }
84+
wasm-compose = { version = "0.209.1", path = "crates/wasm-compose" }
85+
wasm-encoder = { version = "0.209.1", path = "crates/wasm-encoder" }
86+
wasm-metadata = { version = "0.209.1", path = "crates/wasm-metadata" }
87+
wasm-mutate = { version = "0.209.1", path = "crates/wasm-mutate" }
88+
wasm-shrink = { version = "0.209.1", path = "crates/wasm-shrink" }
89+
wasm-smith = { version = "0.209.1", path = "crates/wasm-smith" }
90+
wasmparser = { version = "0.209.1", path = "crates/wasmparser", default-features = false, features = ['std'] }
91+
wasmprinter = { version = "0.209.1", path = "crates/wasmprinter" }
92+
wast = { version = "209.0.1", path = "crates/wast" }
93+
wat = { version = "1.209.1", path = "crates/wat" }
94+
wit-component = { version = "0.209.1", path = "crates/wit-component" }
95+
wit-parser = { version = "0.209.1", path = "crates/wit-parser" }
96+
wit-smith = { version = "0.209.1", path = "crates/wit-smith" }
9797

9898
[dependencies]
9999
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 = "209.0.0"
3+
version = "209.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
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.209.0"
3+
version = "1.209.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)