-
Notifications
You must be signed in to change notification settings - Fork 13
Stabilize on a rustc version #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've chosen rustc 1.22.1, the last release of 2017, as the minimum rustc version for the foreseeable future. (Edit, 2018-09-01 UTC: I would think it irresponsible to support anything older than 1.22.) Now I just need to document this. |
To escape a |
And now I'm upgrading to rustc 1.26.0, in commit 1d8d6ad. |
For bug fixes, I'm upgrading to rustc 1.26.2, in commit eeb3b1f. |
I likely will upgrade to Rust 1.29.1, for the security fix, with that becoming a general rule: a security fix in the standard library being considered justification for raising the minimum supported Rust version. Incidentally, I think this also brings me stable Clippy, so that's nice (if it's true). |
I have upgraded to Rust 1.29.1, as predicted above, in commit f7ce4a7. This does seem to bring me stable Clippy. |
At some point, explicitly choose a minimum rustc version with which
this library must be built. After so choosing, I could still use newer
rustc features, but only gated behind
cfg
flags.To generate the proper
cfg
flags, see:The text was updated successfully, but these errors were encountered: