Skip to content

Commit 12f0501

Browse files
chore: Bump version to 0.10
Signed-off-by: Taylor Thomas <[email protected]>
1 parent 1361b55 commit 12f0501

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 4 additions & 4 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.9.0"
7+
version = "0.10.0"
88
authors = ["The Wasmtime Project Developers"]
99
license = "Apache-2.0 WITH LLVM-exception"
1010

@@ -36,9 +36,9 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
3636
"fmt",
3737
"env-filter",
3838
] }
39-
wasm-pkg-common = { version = "0.9.0", path = "crates/wasm-pkg-common" }
40-
wasm-pkg-client = { version = "0.9.0", path = "crates/wasm-pkg-client" }
41-
wasm-pkg-core = { version = "0.9.0", path = "crates/wasm-pkg-core" }
39+
wasm-pkg-common = { version = "0.10.0", path = "crates/wasm-pkg-common" }
40+
wasm-pkg-client = { version = "0.10.0", path = "crates/wasm-pkg-client" }
41+
wasm-pkg-core = { version = "0.10.0", path = "crates/wasm-pkg-core" }
4242
wasm-metadata = "0.224"
4343
wit-component = "0.224"
4444
wit-parser = "0.224"

0 commit comments

Comments
 (0)