Skip to content

Commit

Permalink
Merge with upstream (#76)
Browse files Browse the repository at this point in the history
Merges in the latest release.
  • Loading branch information
dhil authored Mar 26, 2024
2 parents e609ab7 + 4b6bd06 commit db549ea
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.201.0"
version = "1.202.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.201.0"
version = "0.202.0"

[workspace.dependencies]
anyhow = "1.0.58"
Expand All @@ -58,19 +58,19 @@ semver = "1.0.0"
smallvec = "1.11.1"
libtest-mimic = "0.7.0"

wasm-compose = { version = "0.201.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.201.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.201.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.201.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.201.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.201.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.201.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.201.0", path = "crates/wasmprinter" }
wast = { version = "201.0.0", path = "crates/wast" }
wat = { version = "1.201.0", path = "crates/wat" }
wit-component = { version = "0.201.0", path = "crates/wit-component" }
wit-parser = { version = "0.201.0", path = "crates/wit-parser" }
wit-smith = { version = "0.201.0", path = "crates/wit-smith" }
wasm-compose = { version = "0.202.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.202.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.202.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.202.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.202.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.202.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.202.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.202.0", path = "crates/wasmprinter" }
wast = { version = "202.0.0", path = "crates/wast" }
wat = { version = "1.202.0", path = "crates/wat" }
wit-component = { version = "0.202.0", path = "crates/wit-component" }
wit-parser = { version = "0.202.0", path = "crates/wit-parser" }
wit-smith = { version = "0.202.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 = "201.0.0"
version = "202.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.201.0"
version = "1.202.0"
authors = ["Alex Crichton <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit db549ea

Please sign in to comment.