You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By accident, I discovered that VersionReq can parse all 3 of ['*', 'x', 'X'] characters as a wildcard, while it is not documented either here nor in cargo rust docs. Are there any difference between how they are used?
By accident, I discovered that
VersionReq
can parse all 3 of['*', 'x', 'X']
characters as a wildcard, while it is not documented either here nor in cargo rust docs. Are there any difference between how they are used?semver/src/parse.rs
Lines 191 to 201 in 4ea60ae
The text was updated successfully, but these errors were encountered: