pub async fn get_github_release( repo: &str, version: Option<&str>, ) -> Result<GitHubRelease>
Query GitHub API for latest release with retry logic