Skip to content

Commit 4c5e4f2

Browse files
authored
Merge pull request #1057 from cgwalters/internal-crate-renames
build-sys: Two minor patches
2 parents 2c1ba97 + fa4c2b5 commit 4c5e4f2

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[workspace]
2-
members = ["cli", "lib", "ostree-ext", "blockdev", "xtask", "tests-integration"]
2+
members = [
3+
"cli",
4+
"lib",
5+
"ostree-ext",
6+
"utils",
7+
"blockdev",
8+
"xtask",
9+
"tests-integration"
10+
]
311
resolver = "2"
412

513
[profile.dev]

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)