Skip to content

Commit 5df230a

Browse files
HuijingHeicgwalters
authored andcommitted
crates/blockdev: publish new version 0.1.0
Signed-off-by: Huijing Hei <[email protected]>
1 parent f846a95 commit 5df230a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "bootc-internal-blockdev"
66
repository = "https://github.com/bootc-dev/bootc"
7-
version = "0.0.0"
7+
version = "0.1.0"
88

99
[dependencies]
1010
# Internal crates

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
1414

1515
[dependencies]
1616
# Internal crates
17-
bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "0.0.0" }
17+
bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "0.1.0" }
1818
bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
1919
bootc-mount = { path = "../mount" }
2020
bootc-sysusers = { path = "../sysusers" }

0 commit comments

Comments
 (0)