Skip to content

Commit

Permalink
Bump crate versions (#1183)
Browse files Browse the repository at this point in the history
This is intended to be the final bump of breaking/major changes before
WasmCon on Sep 6-7
  • Loading branch information
alexcrichton authored Aug 25, 2023
1 parent d69084e commit 8daf745
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 85 deletions.
116 changes: 58 additions & 58 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.39"
version = "1.0.40"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -44,19 +44,19 @@ url = "2.0.0"
pretty_assertions = "1.3.0"
semver = "1.0.0"

wasm-encoder = { version = "0.31.1", path = "crates/wasm-encoder" }
wasm-compose = { version = "0.4.1", path = "crates/wasm-compose" }
wasm-metadata = { version = "0.10.2", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.31", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.32", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.12.14", path = "crates/wasm-smith" }
wasmparser = { version = "0.111.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.63", path = "crates/wasmprinter" }
wast = { version = "63.0.0", path = "crates/wast" }
wat = { version = "1.0.70", path = "crates/wat" }
wit-component = { version = "0.13.2", path = "crates/wit-component" }
wit-parser = { version = "0.10.0", path = "crates/wit-parser" }
wit-smith = { version = "0.1.9", path = "crates/wit-smith" }
wasm-encoder = { version = "0.32.0", path = "crates/wasm-encoder" }
wasm-compose = { version = "0.4.2", path = "crates/wasm-compose" }
wasm-metadata = { version = "0.10.3", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.32", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.33", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.12.15", path = "crates/wasm-smith" }
wasmparser = { version = "0.112.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.64", path = "crates/wasmprinter" }
wast = { version = "64.0.0", path = "crates/wast" }
wat = { version = "1.0.71", path = "crates/wat" }
wit-component = { version = "0.14.0", path = "crates/wit-component" }
wit-parser = { version = "0.11.0", path = "crates/wit-parser" }
wit-smith = { version = "0.1.10", path = "crates/wit-smith" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-compose/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-compose"
version = "0.4.1"
version = "0.4.2"
edition.workspace = true
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
Loading

0 comments on commit 8daf745

Please sign in to comment.