Skip to content

Commit

Permalink
Merge with upstream (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Apr 19, 2024
2 parents 78d04b6 + d5323ad commit f648fc6
Show file tree
Hide file tree
Showing 30 changed files with 661 additions and 153 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.204.0"
version = "1.205.0"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -33,7 +33,7 @@ all = "allow"

[workspace.package]
edition = '2021'
version = "0.204.0"
version = "0.205.0"

[workspace.dependencies]
anyhow = "1.0.58"
Expand All @@ -60,19 +60,19 @@ smallvec = "1.11.1"
libtest-mimic = "0.7.0"
bitflags = "2.5.0"

wasm-compose = { version = "0.204.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.204.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.204.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.204.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.204.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.204.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.204.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.204.0", path = "crates/wasmprinter" }
wast = { version = "204.0.0", path = "crates/wast" }
wat = { version = "1.204.0", path = "crates/wat" }
wit-component = { version = "0.204.0", path = "crates/wit-component" }
wit-parser = { version = "0.204.0", path = "crates/wit-parser" }
wit-smith = { version = "0.204.0", path = "crates/wit-smith" }
wasm-compose = { version = "0.205.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.205.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.205.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.205.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.205.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.205.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.205.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.205.0", path = "crates/wasmprinter" }
wast = { version = "205.0.0", path = "crates/wast" }
wat = { version = "1.205.0", path = "crates/wat" }
wit-component = { version = "0.205.0", path = "crates/wit-component" }
wit-parser = { version = "0.205.0", path = "crates/wit-parser" }
wit-smith = { version = "0.205.0", path = "crates/wit-smith" }

[dependencies]
anyhow = { workspace = true }
Expand Down
Loading

0 comments on commit f648fc6

Please sign in to comment.