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

Lift MSRV to 1.70 to relax dependency on trybuild #475

Open
nc7s opened this issue Jul 3, 2024 · 0 comments
Open

Lift MSRV to 1.70 to relax dependency on trybuild #475

nc7s opened this issue Jul 3, 2024 · 0 comments

Comments

@nc7s
Copy link

nc7s commented Jul 3, 2024

trybuild was added in #316, pinned to =1.0.0, reason being "for MSRV". That was released on 6 May 2019, with dozens of versions released since.

Arguably, trybuild (as of current 1.0.96) has rust-version = "1.70", which fits perfectly in proptest MSRV policy:

The MSRV is guaranteed to not exceed `<current stable release> - 7`, though in practice it may be lower than this - your mileage may vary.

With the current Rust stable 1.79, the guaranteed MSRV will be 1.72.

In Debian we have 1.79 in unstable and soon migrating to testing, so it's OK. Stable has 1.63, which is below current MSRV of 1.64 anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant