-
Couldn't load subscription status.
- Fork 13.9k
Closed
Description
To provide strict total ordering for semver::Version, build metadata must be ignored for equality. Which way is preferred?
- Preserve build metadata in
Versionbut equality checking ignores it.- Most of behaviors are preserved.
- Remove build metadata field from
Versionand the parser ignores it.format!("{}", parse("1.0.0+build.1").unwrap()) == "1.0.0"
cc #12435
Metadata
Metadata
Assignees
Labels
No labels