pub fn fetch_latest() -> Result<LatestRelease, UpdateError>Expand description
Fetch the full latest release (with downloadable assets), needed before
apply. Blocking — prefer the async latest_release.
pub fn fetch_latest() -> Result<LatestRelease, UpdateError>Fetch the full latest release (with downloadable assets), needed before
apply. Blocking — prefer the async latest_release.