Skip to content

Commit

Permalink
Bump crate verisons (#982)
Browse files Browse the repository at this point in the history
Closes #981
  • Loading branch information
alexcrichton committed Apr 13, 2023
1 parent b17fc48 commit d808ad7
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.28"
version = "1.0.29"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -43,17 +43,17 @@ url = "2.0.0"
pretty_assertions = "1.3.0"

wasm-encoder = { version = "0.25.0", path = "crates/wasm-encoder"}
wasm-compose = { version = "0.2.11", path = "crates/wasm-compose"}
wasm-metadata = { version = "0.3.1", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.22", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.23", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.12.5", path = "crates/wasm-smith" }
wasmparser = { version = "0.102.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.54", path = "crates/wasmprinter" }
wast = { version = "55.0.0", path = "crates/wast" }
wat = { version = "1.0.61", path = "crates/wat" }
wit-component = { version = "0.7.4", path = "crates/wit-component" }
wit-parser = { version = "0.6.4", path = "crates/wit-parser" }
wasm-compose = { version = "0.2.12", path = "crates/wasm-compose"}
wasm-metadata = { version = "0.3.2", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.23", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.24", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.12.6", path = "crates/wasm-smith" }
wasmparser = { version = "0.103.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.55", path = "crates/wasmprinter" }
wast = { version = "56.0.0", path = "crates/wast" }
wat = { version = "1.0.62", path = "crates/wat" }
wit-component = { version = "0.8.0", path = "crates/wit-component" }
wit-parser = { version = "0.7.0", path = "crates/wit-parser" }

[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.2.11"
version = "0.2.12"
edition.workspace = true
authors = ["Peter Huene <peter@huene.dev>"]
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.3.1"
version = "0.3.2"
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-mutate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-mutate"
version = "0.2.22"
version = "0.2.23"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-shrink/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"
readme = "./README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-shrink"
name = "wasm-shrink"
version = "0.1.23"
version = "0.1.24"

[dependencies]
anyhow = { workspace = true }
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.12.5"
version = "0.12.6"
exclude = ["/benches/corpus"]

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmparser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmparser"
version = "0.102.0"
version = "0.103.0"
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmprinter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmprinter"
version = "0.2.54"
version = "0.2.55"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
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 = "55.0.0"
version = "56.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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.0.61"
version = "1.0.62"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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 <peter@huene.dev>"]
version = "0.7.4"
version = "0.8.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 <alex@alexcrichton.com>"]
version = "0.6.4"
version = "0.7.0"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
Expand Down

0 comments on commit d808ad7

Please sign in to comment.