Skip to content

Commit

Permalink
Merge with upstream (up to release v1.209.1) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored May 30, 2024
2 parents 627263e + b53aa48 commit f14b118
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 80 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.209.0"
version = "1.209.1"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -49,7 +49,7 @@ all = "allow"

[workspace.package]
edition = '2021'
version = "0.209.0"
version = "0.209.1"
# Current policy for wasm-tools is the same as Wasmtime which is that this
# number can be no larger than the current stable release of Rust minus 2.
rust-version = "1.76.0"
Expand Down Expand Up @@ -81,19 +81,19 @@ bitflags = "2.5.0"
hashbrown = { version = "0.14.3", default-features = false, features = ['ahash'] }
ahash = { version = "0.8.11", default-features = false }

wasm-compose = { version = "0.209.0", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.209.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.209.0", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.209.0", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.209.0", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.209.0", path = "crates/wasm-smith" }
wasmparser = { version = "0.209.0", path = "crates/wasmparser", default-features = false, features = ['std'] }
wasmprinter = { version = "0.209.0", path = "crates/wasmprinter" }
wast = { version = "209.0.0", path = "crates/wast" }
wat = { version = "1.209.0", path = "crates/wat" }
wit-component = { version = "0.209.0", path = "crates/wit-component" }
wit-parser = { version = "0.209.0", path = "crates/wit-parser" }
wit-smith = { version = "0.209.0", path = "crates/wit-smith" }
wasm-compose = { version = "0.209.1", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.209.1", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.209.1", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.209.1", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.209.1", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.209.1", path = "crates/wasm-smith" }
wasmparser = { version = "0.209.1", path = "crates/wasmparser", default-features = false, features = ['std'] }
wasmprinter = { version = "0.209.1", path = "crates/wasmprinter" }
wast = { version = "209.0.1", path = "crates/wast" }
wat = { version = "1.209.1", path = "crates/wat" }
wit-component = { version = "0.209.1", path = "crates/wit-component" }
wit-parser = { version = "0.209.1", path = "crates/wit-parser" }
wit-smith = { version = "0.209.1", path = "crates/wit-smith" }

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

0 comments on commit f14b118

Please sign in to comment.