-
Notifications
You must be signed in to change notification settings - Fork 311
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
Bump MSRV to 1.60 for csv dependency #665
Conversation
Hmm, I don't know why the CI fails. |
I've found recent criterion.rs PRs merge through regardless of the failing appveyor CI. However, the "unknown" error from the GHA run is unclear to me as well. Edit: doing some WIP ci debugging at nbarrios1337#2 |
The CI here and over on nbarrios1337#2 successfully builds and tests (until canceled at least) across all tested toolchains, but fails on clippy lints on the stable toolchain run. I can go ahead and fix those lints; Are there some nuances for the criterion.rs source code where I should place an |
Everything can probably be fixed. |
Note: the PlottingBackend Box change and the criterion_tests import change were made manually to pass through rustc aborts after automatic fix attempts.
Misplaced the MSRV bump changelog update
No description provided.