-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Creating this issue to discuss about for PartialVersion parsing. Currently Version::parse only supports parsing full versions (i.e., with at least a major, minor, and a patch).
Would you be against adding support for PartialVersion parsing, e.g., in the same manner that Cargo handles partial versions? This would involve adding a new struct PartialVersion, that supports parsing incomplete versions, and implementing impl From<semver::PartialVersion> for Version
I'd be happy to submit a PR to add the struct & parsing if there's interest.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels