Skip to content

Commit

Permalink
set version 0.8.4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp authored Nov 20, 2024
1 parent eb4c31c commit 68eddbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.8.3"
version = "0.8.4"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"

Expand Down Expand Up @@ -36,8 +36,8 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"fmt",
"env-filter",
] }
wasm-pkg-common = { version = "0.8.3", path = "crates/wasm-pkg-common" }
wasm-pkg-client = { version = "0.8.3", path = "crates/wasm-pkg-client" }
wasm-pkg-common = { version = "0.8.4", path = "crates/wasm-pkg-common" }
wasm-pkg-client = { version = "0.8.4", path = "crates/wasm-pkg-client" }
wasm-metadata = "0.219"
wit-component = "0.219"
wit-parser = "0.219"
Expand Down

0 comments on commit 68eddbc

Please sign in to comment.