Skip to main content

parse_semantic_version

Function parse_semantic_version 

Source
pub fn parse_semantic_version(raw: &str) -> Option<(u64, u64, u64)>
Expand description

X.Y.Z, as three numbers.

Pre-release and build metadata are rejected rather than ignored, for the reason update.rs gives: the release workflow refuses to publish them, so a tag carrying one is not a release anything here should follow.