Skip to content

Commit aafbb7f

Browse files
committed
Bump version to 0.11
1 parent 29c681f commit aafbb7f

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 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.10.0"
7+
version = "0.11.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.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" }
42-
wasm-metadata = "0.227"
43-
wit-component = "0.227"
44-
wit-parser = "0.227"
39+
wasm-pkg-common = { version = "0.11.0", path = "crates/wasm-pkg-common" }
40+
wasm-pkg-client = { version = "0.11.0", path = "crates/wasm-pkg-client" }
41+
wasm-pkg-core = { version = "0.11.0", path = "crates/wasm-pkg-core" }
42+
wasm-metadata = "0.235"
43+
wit-component = "0.235"
44+
wit-parser = "0.235"

0 commit comments

Comments
 (0)