Skip to content

Commit 68eddbc

Browse files
authored
set version 0.8.4 (#130)
1 parent eb4c31c commit 68eddbc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
authors = ["The Wasmtime Project Developers"]
99
license = "Apache-2.0 WITH LLVM-exception"
1010

@@ -36,8 +36,8 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
3636
"fmt",
3737
"env-filter",
3838
] }
39-
wasm-pkg-common = { version = "0.8.3", path = "crates/wasm-pkg-common" }
40-
wasm-pkg-client = { version = "0.8.3", path = "crates/wasm-pkg-client" }
39+
wasm-pkg-common = { version = "0.8.4", path = "crates/wasm-pkg-common" }
40+
wasm-pkg-client = { version = "0.8.4", path = "crates/wasm-pkg-client" }
4141
wasm-metadata = "0.219"
4242
wit-component = "0.219"
4343
wit-parser = "0.219"

0 commit comments

Comments
 (0)