Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
I realize I already bumped earlier today as well but wanted to
additionally include bytecodealliance#1407 and bytecodealliance#1408 for downstream integrations.
  • Loading branch information
alexcrichton committed Feb 12, 2024
1 parent d24d9c4 commit ab11bd3
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.59"
version = "1.0.60"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -56,19 +56,19 @@ pretty_assertions = "1.3.0"
semver = "1.0.0"
smallvec = "1.11.1"

wasm-compose = { version = "0.5.4", path = "crates/wasm-compose" }
wasm-compose = { version = "0.5.5", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.41.2", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.10.19", path = "crates/wasm-metadata" }
wasm-metadata = { version = "0.10.20", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.48", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.49", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.16.0", path = "crates/wasm-smith" }
wasm-smith = { version = "0.16.1", path = "crates/wasm-smith" }
wasmparser = { version = "0.121.2", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.80", path = "crates/wasmprinter" }
wast = { version = "71.0.1", path = "crates/wast" }
wat = { version = "1.0.87", path = "crates/wat" }
wit-component = { version = "0.20.3", path = "crates/wit-component" }
wit-parser = { version = "0.13.2", path = "crates/wit-parser" }
wit-smith = { version = "0.1.29", path = "crates/wit-smith" }
wat = { version = "1.0.88", path = "crates/wat" }
wit-component = { version = "0.21.0", path = "crates/wit-component" }
wit-parser = { version = "0.14.0", path = "crates/wit-parser" }
wit-smith = { version = "0.1.30", 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.5.4"
version = "0.5.5"
edition.workspace = true
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-metadata"
version = "0.10.19"
version = "0.10.20"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-smith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0 WITH LLVM-exception"
name = "wasm-smith"
readme = "./README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith"
version = "0.16.0"
version = "0.16.1"
exclude = ["/benches/corpus"]

[[bench]]
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.0.87"
version = "1.0.88"
authors = ["Alex Crichton <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-component/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wit-component"
authors = ["Peter Huene <[email protected]>"]
version = "0.20.3"
version = "0.21.0"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wit-parser"
authors = ["Alex Crichton <[email protected]>"]
version = "0.13.2"
version = "0.14.0"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-smith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
name = "wit-smith"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-smith"
version = "0.1.29"
version = "0.1.30"

[lints]
workspace = true
Expand Down

0 comments on commit ab11bd3

Please sign in to comment.