Skip to content

Commit fa4c2b5

Browse files
committed
Rename internal blockdev crate to bootc-blockdev
To make a bit clearer this is an internal-to-bootc thing; but also because other projects like bootupd may start referencing it. Signed-off-by: Colin Walters <[email protected]>
1 parent 6115371 commit fa4c2b5

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ members = [
33
"cli",
44
"lib",
55
"ostree-ext",
6+
"utils",
67
"blockdev",
78
"xtask",
89
"tests-integration"

blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Internal blockdev code"
44
publish = false
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
7-
name = "blockdev"
7+
name = "bootc-blockdev"
88
repository = "https://github.com/containers/bootc"
99
version = "0.0.0"
1010

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anstream = "0.6.13"
1717
anstyle = "1.0.6"
1818
anyhow = { workspace = true }
1919
bootc-utils = { path = "../utils" }
20-
bootc-blockdev = { path = "../blockdev", package = "blockdev" }
20+
bootc-blockdev = { path = "../blockdev" }
2121
camino = { workspace = true, features = ["serde1"] }
2222
ostree-ext = { path = "../ostree-ext" }
2323
chrono = { workspace = true, features = ["serde"] }

0 commit comments

Comments
 (0)