Skip to main content

ZLIB_VERSION

Constant ZLIB_VERSION 

Source
pub const ZLIB_VERSION: &str = "1.3.2";
Expand description

Version strings for thirdparty libraries tracked by Renovate.

Every thirdparty library must have a VERSION constant here. The constant is the single source of truth — the download URL is derived from it at call time in library_source. A corresponding Renovate regex custom manager in renovate.json matches each constant and opens PRs when new upstream releases are available.

When adding a new thirdparty library, add a VERSION constant here and a matching Renovate regex manager entry in renovate.json.