1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

crates/blockdev: publish new version 0.1.0

Signed-off-by: Huijing Hei <hhei@redhat.com>
This commit is contained in:
Huijing Hei
2025-12-08 10:50:46 +08:00
committed by Colin Walters
parent f846a95473
commit 5df230ae6a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -170,7 +170,7 @@ dependencies = [
[[package]]
name = "bootc-internal-blockdev"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"anyhow",
"bootc-internal-utils",

View File

@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "bootc-internal-blockdev"
repository = "https://github.com/bootc-dev/bootc"
version = "0.0.0"
version = "0.1.0"
[dependencies]
# Internal crates

View File

@@ -14,7 +14,7 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
[dependencies]
# Internal crates
bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "0.0.0" }
bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "0.1.0" }
bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
bootc-mount = { path = "../mount" }
bootc-sysusers = { path = "../sysusers" }