Skip to content

Commit a3d34df

Browse files
committed
Update to ostree v2025.3
This will enable soft reboots. Signed-off-by: Colin Walters <[email protected]>
1 parent 09890a4 commit a3d34df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crates/lib/src/deploy.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ async fn deploy(
577577
&opts,
578578
Some(cancellable),
579579
)?;
580+
tracing::debug!(
581+
"Soft reboot capable: {:?}",
582+
sysroot.deployment_can_soft_reboot(&d)
583+
);
580584
Ok(d.index())
581585
}),
582586
)

crates/ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ io-lifetimes = "3"
5050
libsystemd = "0.7.0"
5151
ocidir = "0.4.0"
5252
# We re-export this library too.
53-
ostree = { features = ["v2025_2"], version = "0.20" }
53+
ostree = { features = ["v2025_3"], version = "0.20.3" }
5454
pin-project = "1.0"
5555
tar = "0.4.43"
5656
tokio-stream = { features = ["sync"], version = "0.1.8" }

0 commit comments

Comments
 (0)