pub fn minor() -> u64
Expand description
Minor version component
It is increased every time a release presents new functionalities are added in a backwards-compatible manner.
§Panics
Will panic if package is not built with Cargo, or if the package version is not a valid triplet of integers.