Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump crate versions #801

Merged
merged 2 commits into from Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasm-tools"
version = "1.0.12"
version = "1.0.13"
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.18.0", path = "crates/wasm-encoder"}
wasm-compose = { version = "0.1.3", path = "crates/wasm-compose"}
wasm-mutate = { version = "0.2.4", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.6", path = "crates/wasm-shrink" }
wasm-smith = { version = "0.11.2", path = "crates/wasm-smith" }
wasmparser = { version = "0.92.0", path = "crates/wasmparser" }
wasmparser-dump = { version = "0.1.4", path = "crates/dump" }
wasmprinter = { version = "0.2.36", path = "crates/wasmprinter" }
wast = { version = "47.0.1", path = "crates/wast" }
wat = { version = "1.0.44", path = "crates/wat" }
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" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/dump/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmparser-dump"
version = "0.1.9"
version = "0.1.10"
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
@@ -1,6 +1,6 @@
[package]
name = "wasm-compose"
version = "0.1.3"
version = "0.1.4"
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-encoder/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasm-encoder"
version = "0.18.0"
version = "0.19.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-mutate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasm-mutate"
version = "0.2.9"
version = "0.2.10"
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
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.11"
version = "0.1.12"

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-smith/Cargo.toml
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.6"
version = "0.11.7"
exclude = ["/benches/corpus"]

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmparser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmparser"
version = "0.92.0"
version = "0.93.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
@@ -1,6 +1,6 @@
[package]
name = "wasmprinter"
version = "0.2.41"
version = "0.2.42"
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
@@ -1,6 +1,6 @@
[package]
name = "wast"
version = "47.0.1"
version = "48.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
@@ -1,6 +1,6 @@
[package]
name = "wat"
version = "1.0.49"
version = "1.0.50"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
2 changes: 1 addition & 1 deletion publish.rs
Expand Up @@ -242,7 +242,7 @@ fn bump_version(krate: &mut Crate, crates: &mut [Crate], bumps: &[(String, bool)
if !is_deps || !line.starts_with(&format!("{} ", other.name)) {
continue;
}
if !line.contains(&other.version) {
if !line.contains(&other.version) && !line.contains("workspace = true") {
if !line.contains("version =") || !krate.publish {
continue;
}
Expand Down