Skip to content

Commit 28eb5fb

Browse files
committed
set version 0.17.0
1 parent eb8636d commit 28eb5fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
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.17.0-dev"
12+
version = "0.17.0"
1313
edition = "2021"
1414
authors = ["Peter Huene <[email protected]>"]
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.18.1"
75-
cargo-component-core = { path = "crates/core", version = "0.17.0-dev" }
75+
cargo-component-core = { path = "crates/core", version = "0.17.0" }
7676
cargo-config2 = "0.1.24"
7777
clap = { version = "4.5.4", features = ["derive", "env"] }
7878
dirs = "5"

0 commit comments

Comments
 (0)