Skip to content

Commit

Permalink
Bump crate versions for release (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Nov 9, 2022
1 parent 31e4f11 commit fadbdc6
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.13"
version = "1.0.14"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
description = "CLI tools for interoperating with WebAssembly files"
Expand Down Expand Up @@ -39,16 +39,16 @@ rayon = "1.3"
serde = { version = "1.0.137", features = ["derive"] }
wasmtime = "1.0.0"

wasm-encoder = { version = "0.19.0", path = "crates/wasm-encoder"}
wasm-compose = { version = "0.1.4", path = "crates/wasm-compose"}
wasm-mutate = { version = "0.2.10", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.12", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.11.7", path = "crates/wasm-smith" }
wasmparser = { version = "0.93.0", path = "crates/wasmparser" }
wasmparser-dump = { version = "0.1.10", path = "crates/dump" }
wasmprinter = { version = "0.2.42", path = "crates/wasmprinter" }
wast = { version = "48.0.0", path = "crates/wast" }
wat = { version = "1.0.50", path = "crates/wat" }
wasm-encoder = { version = "0.19.1", path = "crates/wasm-encoder"}
wasm-compose = { version = "0.2.0", path = "crates/wasm-compose"}
wasm-mutate = { version = "0.2.11", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.13", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.11.8", path = "crates/wasm-smith" }
wasmparser = { version = "0.94.0", path = "crates/wasmparser" }
wasmparser-dump = { version = "0.1.11", path = "crates/dump" }
wasmprinter = { version = "0.2.43", path = "crates/wasmprinter" }
wast = { version = "49.0.0", path = "crates/wast" }
wat = { version = "1.0.51", path = "crates/wat" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/dump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmparser-dump"
version = "0.1.10"
version = "0.1.11"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
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.1.4"
version = "0.2.0"
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-encoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-encoder"
version = "0.19.0"
version = "0.19.1"
authors = ["Nick Fitzgerald <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
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.10"
version = "0.2.11"
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.12"
version = "0.1.13"

[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.11.7"
version = "0.11.8"
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.93.0"
version = "0.94.0"
authors = ["Yury Delendik <[email protected]>"]
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.42"
version = "0.2.43"
authors = ["Alex Crichton <[email protected]>"]
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 = "48.0.0"
version = "49.0.0"
authors = ["Alex Crichton <[email protected]>"]
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.50"
version = "1.0.51"
authors = ["Alex Crichton <[email protected]>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit fadbdc6

Please sign in to comment.