pub fn patch() -> u64
Expand description
Patch version component
It is increased every time a release provides only backwards-compatible bugfixes.
§Panics
Will panic if package is not built with Cargo, or if the package version is not a valid triplet of integers.