Skip to content

Commit 04e09f7

Browse files
authored
set version to 0.21.1 (#382)
just a patch release: only change from 0.21.0 is #381 which pins a dep to not use semver
1 parent c3ac35b commit 04e09f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = { workspace = true }
99
readme = "README.md"
1010

1111
[workspace.package]
12-
version = "0.21.0"
12+
version = "0.21.1"
1313
edition = "2021"
1414
authors = ["Peter Huene <peter@huene.dev>"]
1515
license = "Apache-2.0 WITH LLVM-exception"
@@ -72,7 +72,7 @@ anyhow = "1.0.82"
7272
assert_cmd = "2.0.14"
7373
bytes = "1.6.0"
7474
cargo_metadata = "0.19.1"
75-
cargo-component-core = { path = "crates/core", version = "0.21.0" }
75+
cargo-component-core = { path = "crates/core", version = "0.21.1" }
7676
cargo-config2 = "0.1.24"
7777
clap = { version = "4.5.4", features = ["derive", "env"] }
7878
dirs = "5"

0 commit comments

Comments
 (0)