Skip to main content

VERSION_PATCH

Constant VERSION_PATCH 

Source
pub const VERSION_PATCH: &str = "0";
Expand description

The patch version of the crate, as specified in the Cargo.toml file.

§Examples

assert_eq!(umya_spreadsheet::VERSION_PATCH, "0");