pub async fn apply_update(
client: &Client,
offer: &UpdateAvailable,
) -> Result<AppliedUpdate>Expand description
Download, verify SHA-256, extract, and atomically swap both client binaries.
pub async fn apply_update(
client: &Client,
offer: &UpdateAvailable,
) -> Result<AppliedUpdate>Download, verify SHA-256, extract, and atomically swap both client binaries.