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
Projects often specify their MSRV policy as "the last N stable versions" (e.g. the last 2, or the last 4).
To test that in CI, I'd love to have a syntax to install "stable minus 1" (the version before the current stable version), or similar.
Solution you'd like
I don't have a preference about the syntax; anything unambiguous would be fine. Something like stable-1 or stable-2 would be unambiguous given what's currently supported, but some other syntax could work too.
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem you are trying to solve
Projects often specify their MSRV policy as "the last N stable versions" (e.g. the last 2, or the last 4).
To test that in CI, I'd love to have a syntax to install "stable minus 1" (the version before the current stable version), or similar.
Solution you'd like
I don't have a preference about the syntax; anything unambiguous would be fine. Something like
stable-1
orstable-2
would be unambiguous given what's currently supported, but some other syntax could work too.Notes
No response
The text was updated successfully, but these errors were encountered: