pub const LATEST_RELEASE_API_URL: &str = "https://api.github.com/repos/Life-Experimentalist/dev-prune/releases/latest";Expand description
GitHub API endpoint for the latest published release.
Contacted only by devp update --check, never on any other code path. See the
network policy in docs/PRIVACY.md.