Skip to content

Commit

Permalink
Bump crate versions (bytecodealliance#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Oct 18, 2023
1 parent 4468adc commit cc6a4be
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

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

wasm-compose = { version = "0.4.9", path = "crates/wasm-compose" }
wasm-compose = { version = "0.4.10", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.35.0", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.10.9", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.38", path = "crates/wasm-mutate" }
Expand All @@ -55,9 +55,9 @@ wasmparser = { version = "0.115.0", path = "crates/wasmparser" }
wasmprinter = { version = "0.2.70", path = "crates/wasmprinter" }
wast = { version = "66.0.2", path = "crates/wast" }
wat = { version = "1.0.77", path = "crates/wat" }
wit-component = { version = "0.15.0", path = "crates/wit-component" }
wit-parser = { version = "0.12.0", path = "crates/wit-parser" }
wit-smith = { version = "0.1.17", path = "crates/wit-smith" }
wit-component = { version = "0.16.0", path = "crates/wit-component" }
wit-parser = { version = "0.12.1", path = "crates/wit-parser" }
wit-smith = { version = "0.1.18", 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.9"
version = "0.4.10"
edition.workspace = true
authors = ["Peter Huene <[email protected]>"]
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.15.0"
version = "0.16.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.12.0"
version = "0.12.1"
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.17"
version = "0.1.18"

[dependencies]
arbitrary = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit cc6a4be

Please sign in to comment.