Skip to content
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

Define MSRV policy #239

Open
anp opened this issue Jan 10, 2021 · 1 comment
Open

Define MSRV policy #239

anp opened this issue Jan 10, 2021 · 1 comment
Labels
project Related to the project overall

Comments

@anp
Copy link
Owner

anp commented Jan 10, 2021

Need to define a project policy for the minimum Rust version we support.

CI still needs to use a pinned nightly version for collecting coverage, but once #221 happens that'll be the only obstacle between us and all-stable-all-the-time.

My initial thought is picking something like "current stable release and previous stable release".

@zetanumbers
Copy link
Contributor

zetanumbers commented Jan 10, 2021

Previously mox used proc_macro_hack crate which:

Note: As of Rust 1.45 this crate is superseded by native support for #[proc_macro] in expression position. Only consider using this crate if you care about supporting compilers between 1.31 and 1.45.

EDIT: I guess this is important

@anp anp added the project Related to the project overall label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project Related to the project overall
Projects
None yet
Development

No branches or pull requests

2 participants