pub fn latest_release() -> Result<ReleaseInfo>Expand description
Fetch latest stable release tag.
Prefers the unauthenticated HTML redirect (same as install.sh), then the
REST API. This avoids hard failure when api.github.com returns 403 due
to unauthenticated rate limits.