Skip to main content

check_for_updates_sync

Function check_for_updates_sync 

Source
pub fn check_for_updates_sync(current_version: &str) -> Option<UpdateInfo>
Expand description

Synchronous version of check_for_updates for use in sync TUI code. Uses a short-lived asupersync runtime and native HTTP client.