-
Notifications
You must be signed in to change notification settings - Fork 90
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
[1.0] Commit to supporting a specific Rust version #148
Comments
I would really like to wait for at least
|
I'm setting 1.20 as a target for stabilization. |
Hmm... Might want to wait until extern types are stable, as using empty enums for the various |
EDIT: I think until |
Honestly, most Rust crates just update their MSRV willy-nillly, so I don't see any reason why we should do otherwise. |
The 1.0 release should guarantee that it builds with a specific Rust version (and later), so new minor versions of our crate don't break when building with the same Rust compiler.
We should also add a Travis test for that specific version in addition to "stable".
The text was updated successfully, but these errors were encountered: