handle versions in the formats 1.71.1-beta, 1.71.1-beta.1, 1.71.1-nightly#3329
Conversation
emilio
left a comment
There was a problem hiding this comment.
Sounds good. FWIW I think you might need to reformat using nightly rustfmt (sorry, this is long-standing rust-lang/rustfmt#5549 and co, but I guess at this point just removing that option from rustfmt config is better)
Yeah, I just notices a couple of minutes ago that CI failed. |
|
Running |
|
Could you squash the commits please? Thank you :) |
Done |
An attempt to resolve #3152
Treats 1.X.Y-beta[.Z] as complete (same as 1.X.Y) and 1.X.Y-nighty as incomplete (same as 1.X-1.MAX).