Skip to content

Commit 976ce0a

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wasm-tools 1.210.0 (#1604)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
1 parent 92861f1 commit 976ce0a

4 files changed

Lines changed: 71 additions & 71 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 54 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.1"
3+
version = "1.210.0"
44
authors = ["The Wasmtime Project Developers"]
55
edition.workspace = true
66
description = "CLI tools for interoperating with WebAssembly files"
@@ -50,7 +50,7 @@ all = "allow"
5050

5151
[workspace.package]
5252
edition = '2021'
53-
version = "0.209.1"
53+
version = "0.210.0"
5454
# Current policy for wasm-tools is the same as Wasmtime which is that this
5555
# number can be no larger than the current stable release of Rust minus 2.
5656
rust-version = "1.76.0"
@@ -83,19 +83,19 @@ hashbrown = { version = "0.14.3", default-features = false, features = ['ahash']
8383
ahash = { version = "0.8.11", default-features = false }
8484
termcolor = "1.2.0"
8585

86-
wasm-compose = { version = "0.209.1", path = "crates/wasm-compose" }
87-
wasm-encoder = { version = "0.209.1", path = "crates/wasm-encoder" }
88-
wasm-metadata = { version = "0.209.1", path = "crates/wasm-metadata" }
89-
wasm-mutate = { version = "0.209.1", path = "crates/wasm-mutate" }
90-
wasm-shrink = { version = "0.209.1", path = "crates/wasm-shrink" }
91-
wasm-smith = { version = "0.209.1", path = "crates/wasm-smith" }
92-
wasmparser = { version = "0.209.1", path = "crates/wasmparser", default-features = false, features = ['std'] }
93-
wasmprinter = { version = "0.209.1", path = "crates/wasmprinter" }
94-
wast = { version = "209.0.1", path = "crates/wast" }
95-
wat = { version = "1.209.1", path = "crates/wat" }
96-
wit-component = { version = "0.209.1", path = "crates/wit-component" }
97-
wit-parser = { version = "0.209.1", path = "crates/wit-parser" }
98-
wit-smith = { version = "0.209.1", path = "crates/wit-smith" }
86+
wasm-compose = { version = "0.210.0", path = "crates/wasm-compose" }
87+
wasm-encoder = { version = "0.210.0", path = "crates/wasm-encoder" }
88+
wasm-metadata = { version = "0.210.0", path = "crates/wasm-metadata" }
89+
wasm-mutate = { version = "0.210.0", path = "crates/wasm-mutate" }
90+
wasm-shrink = { version = "0.210.0", path = "crates/wasm-shrink" }
91+
wasm-smith = { version = "0.210.0", path = "crates/wasm-smith" }
92+
wasmparser = { version = "0.210.0", path = "crates/wasmparser", default-features = false, features = ['std'] }
93+
wasmprinter = { version = "0.210.0", path = "crates/wasmprinter" }
94+
wast = { version = "210.0.0", path = "crates/wast" }
95+
wat = { version = "1.210.0", path = "crates/wat" }
96+
wit-component = { version = "0.210.0", path = "crates/wit-component" }
97+
wit-parser = { version = "0.210.0", path = "crates/wit-parser" }
98+
wit-smith = { version = "0.210.0", path = "crates/wit-smith" }
9999

100100
[dependencies]
101101
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.1"
3+
version = "210.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.209.1"
3+
version = "1.210.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)