pub async fn fetch_update_info(
current_version: &Version,
channel: &UpdateChannel,
) -> Result<Option<UpdateInfo>>Expand description
Fetch update information from GitHub releases
ยงErrors
Returns an error if the GitHub API request fails or the response cannot be parsed.