Skip to content

Commit

Permalink
Release wasm-tools 1.200.0 (#1420)
Browse files Browse the repository at this point in the history
[automatically-tag-and-release-this-commit]

Co-authored-by: Auto Release Process <[email protected]>
  • Loading branch information
github-actions[bot] and Auto Release Process authored Feb 15, 2024
1 parent 14adc28 commit 69a397f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.199.0"
version = "1.200.0"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -32,7 +32,7 @@ all = "allow"

[workspace.package]
edition = '2021'
version = "0.199.0"
version = "0.200.0"

[workspace.dependencies]
anyhow = "1.0.58"
Expand All @@ -57,19 +57,19 @@ pretty_assertions = "1.3.0"
semver = "1.0.0"
smallvec = "1.11.1"

wasm-compose = { version = "0.199.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.199.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.199.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.199.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.199.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.199.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.199.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.199.0", path = "crates/wasmprinter" }
wast = { version = "199.0.0", path = "crates/wast" }
wat = { version = "1.199.0", path = "crates/wat" }
wit-component = { version = "0.199.0", path = "crates/wit-component" }
wit-parser = { version = "0.199.0", path = "crates/wit-parser" }
wit-smith = { version = "0.199.0", path = "crates/wit-smith" }
wasm-compose = { version = "0.200.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.200.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.200.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.200.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.200.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.200.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.200.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.200.0", path = "crates/wasmprinter" }
wast = { version = "200.0.0", path = "crates/wast" }
wat = { version = "1.200.0", path = "crates/wat" }
wit-component = { version = "0.200.0", path = "crates/wit-component" }
wit-parser = { version = "0.200.0", path = "crates/wit-parser" }
wit-smith = { version = "0.200.0", path = "crates/wit-smith" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wast"
version = "199.0.0"
version = "200.0.0"
authors = ["Alex Crichton <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat"
version = "1.199.0"
version = "1.200.0"
authors = ["Alex Crichton <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit 69a397f

Please sign in to comment.