Skip to content

Commit

Permalink
set version 0.8.5 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp authored Nov 20, 2024
1 parent 68eddbc commit cff51c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

8 changes: 4 additions & 4 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.4"
version = "0.8.5"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"

Expand Down Expand Up @@ -36,9 +36,9 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"fmt",
"env-filter",
] }
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-pkg-common = { version = "0.8.5", path = "crates/wasm-pkg-common" }
wasm-pkg-client = { version = "0.8.5", path = "crates/wasm-pkg-client" }
wasm-pkg-core = { version = "0.8.5", path = "crates/wasm-pkg-core" }
wasm-metadata = "0.219"
wit-component = "0.219"
wit-parser = "0.219"
wasm-pkg-core = { version = "0.8.3", path = "crates/wasm-pkg-core" }

0 comments on commit cff51c1

Please sign in to comment.