Skip to content

Commit 1064f69

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wasm-tools 1.207.0 (#1537)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
1 parent 69307b5 commit 1064f69

4 files changed

Lines changed: 70 additions & 70 deletions

File tree

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.206.0"
3+
version = "1.207.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.206.0"
36+
version = "0.207.0"
3737

3838
[workspace.dependencies]
3939
anyhow = "1.0.58"
@@ -62,19 +62,19 @@ bitflags = "2.5.0"
6262
hashbrown = { version = "0.14.3", default-features = false, features = ['ahash'] }
6363
ahash = { version = "0.8.11", default-features = false }
6464

65-
wasm-compose = { version = "0.206.0", path = "crates/wasm-compose" }
66-
wasm-encoder = { version = "0.206.0", path = "crates/wasm-encoder" }
67-
wasm-metadata = { version = "0.206.0", path = "crates/wasm-metadata" }
68-
wasm-mutate = { version = "0.206.0", path = "crates/wasm-mutate" }
69-
wasm-shrink = { version = "0.206.0", path = "crates/wasm-shrink" }
70-
wasm-smith = { version = "0.206.0", path = "crates/wasm-smith" }
71-
wasmparser = { version = "0.206.0", path = "crates/wasmparser", default-features = false, features = ['std'] }
72-
wasmprinter = { version = "0.206.0", path = "crates/wasmprinter" }
73-
wast = { version = "206.0.0", path = "crates/wast" }
74-
wat = { version = "1.206.0", path = "crates/wat" }
75-
wit-component = { version = "0.206.0", path = "crates/wit-component" }
76-
wit-parser = { version = "0.206.0", path = "crates/wit-parser" }
77-
wit-smith = { version = "0.206.0", path = "crates/wit-smith" }
65+
wasm-compose = { version = "0.207.0", path = "crates/wasm-compose" }
66+
wasm-encoder = { version = "0.207.0", path = "crates/wasm-encoder" }
67+
wasm-metadata = { version = "0.207.0", path = "crates/wasm-metadata" }
68+
wasm-mutate = { version = "0.207.0", path = "crates/wasm-mutate" }
69+
wasm-shrink = { version = "0.207.0", path = "crates/wasm-shrink" }
70+
wasm-smith = { version = "0.207.0", path = "crates/wasm-smith" }
71+
wasmparser = { version = "0.207.0", path = "crates/wasmparser", default-features = false, features = ['std'] }
72+
wasmprinter = { version = "0.207.0", path = "crates/wasmprinter" }
73+
wast = { version = "207.0.0", path = "crates/wast" }
74+
wat = { version = "1.207.0", path = "crates/wat" }
75+
wit-component = { version = "0.207.0", path = "crates/wit-component" }
76+
wit-parser = { version = "0.207.0", path = "crates/wit-parser" }
77+
wit-smith = { version = "0.207.0", path = "crates/wit-smith" }
7878

7979
[dependencies]
8080
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 = "206.0.0"
3+
version = "207.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.206.0"
3+
version = "1.207.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)