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:
committed by
Colin Walters
parent
f846a95473
commit
5df230ae6a
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -170,7 +170,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bootc-internal-blockdev"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bootc-internal-utils",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user