We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ac35b commit 04e09f7Copy full SHA for 04e09f7
Cargo.toml
@@ -9,7 +9,7 @@ repository = { workspace = true }
9
readme = "README.md"
10
11
[workspace.package]
12
-version = "0.21.0"
+version = "0.21.1"
13
edition = "2021"
14
authors = ["Peter Huene <peter@huene.dev>"]
15
license = "Apache-2.0 WITH LLVM-exception"
@@ -72,7 +72,7 @@ anyhow = "1.0.82"
72
assert_cmd = "2.0.14"
73
bytes = "1.6.0"
74
cargo_metadata = "0.19.1"
75
-cargo-component-core = { path = "crates/core", version = "0.21.0" }
+cargo-component-core = { path = "crates/core", version = "0.21.1" }
76
cargo-config2 = "0.1.24"
77
clap = { version = "4.5.4", features = ["derive", "env"] }
78
dirs = "5"
0 commit comments