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.
pub fn check_for_updates_sync(current_version: &str) -> Option<UpdateInfo>Synchronous version of check_for_updates for use in sync TUI code.
Uses a short-lived asupersync runtime and native HTTP client.