Skip to content

Commit 49cca40

Browse files
committed
Initial integration of bootupd
This does the minimum such that the crate compiles as part of the bootc binary, and `./target/release/bootc internals bootupctl` works. Signed-off-by: Colin Walters <[email protected]>
1 parent 57d008a commit 49cca40

File tree

8 files changed

+259
-1335
lines changed

8 files changed

+259
-1335
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["cli", "lib", "xtask", "tests-integration"]
2+
members = ["cli", "lib", "bootupd", "xtask", "tests-integration"]
33
resolver = "2"
44

55
[profile.dev]
@@ -21,7 +21,7 @@ lto = "yes"
2121
anyhow = "1.0.82"
2222
camino = "1.1.6"
2323
cap-std-ext = "4.0.2"
24-
chrono = { version = "0.4.38", default-features = false }
24+
chrono = { version = "0.4.38", features = ["serde"] }
2525
clap = "4.5.4"
2626
indoc = "2.0.5"
2727
fn-error-context = "0.2.1"

0 commit comments

Comments
 (0)