mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
build-sys: Move composefs imports to workspace
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -36,6 +36,9 @@ anyhow = "1.0.82"
|
||||
camino = "1.1.6"
|
||||
canon-json = "0.2.1"
|
||||
cap-std-ext = "4.0.3"
|
||||
composefs = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs", features = ["rhel9"] }
|
||||
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs-boot" }
|
||||
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs-oci" }
|
||||
chrono = { version = "0.4.38", default-features = false }
|
||||
clap = "4.5.4"
|
||||
clap_mangen = { version = "0.2.20" }
|
||||
|
||||
@@ -16,9 +16,9 @@ ostree = { features = ["v2025_2"], version = "0.20" }
|
||||
anyhow = { workspace = true }
|
||||
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
|
||||
camino = { workspace = true, features = ["serde1"] }
|
||||
composefs = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs", features = ["rhel9"] }
|
||||
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs-boot" }
|
||||
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "28d4721f77f973f0e394d60d6a69d9b39cb38d7f", package = "composefs-oci" }
|
||||
composefs = { workspace = true }
|
||||
composefs-boot = { workspace = true }
|
||||
composefs-oci = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive","cargo"] }
|
||||
clap_mangen = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user