pub async fn check() -> Option<UpdateInfo>Expand description
Queries GitHub for the latest release. Returns Some only when a strictly
newer version exists. Any network or parse error yields None, so a failed
check never disrupts startup.
pub async fn check() -> Option<UpdateInfo>Queries GitHub for the latest release. Returns Some only when a strictly
newer version exists. Any network or parse error yields None, so a failed
check never disrupts startup.