Skip to content

Commit ac98778

Browse files
committed
Initial integration of bootupd
- Enable building the code as part of our workspace - Switch over some dependencies to be workspace deps - Change our bootloader invocation to call into this code TODO: - Expose bootupd state as part of status - Add option to take over the binaries Signed-off-by: Colin Walters <[email protected]>
1 parent 57d008a commit ac98778

File tree

14 files changed

+270
-1346
lines changed

14 files changed

+270
-1346
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)