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

Make CI green again #768

Merged
merged 2 commits into from Mar 26, 2024
Merged

Conversation

samueltardieu
Copy link
Contributor

@samueltardieu samueltardieu commented Mar 24, 2024

Version of clap above 4.4.9 require Rust 1.74, which exceeds criterion's MSRV of 1.70, and some entities belong to the Rust profile.

Version of clap above 4.4.9 require Rust 1.74, which exceeds
criterion's MSRV of 1.70.
@samueltardieu
Copy link
Contributor Author

CI failures due to std::iter::IntoIterator duplicate imports are unrelated and will be fixed by #767.

@lemmih
Copy link
Collaborator

lemmih commented Mar 26, 2024

This PR depends on #767 and vice-versa? Could you merge them such that the CI is green?

Rust now warns about duplicate imports. `std::iter::IntoIterator` is
part of the Rust prelude since Rust 2015. This prevents
`criterion-plot` from compiling with recent Rust versions because of
`#![deny(warnings)]`.
@samueltardieu samueltardieu changed the title Force clap version to 4.4.9 to respect MSRV Make CI green again Mar 26, 2024
@samueltardieu
Copy link
Contributor Author

This PR depends on #767 and vice-versa? Could you merge them such that the CI is green?

Done.

@lemmih lemmih merged commit 9f1db4a into bheisler:master Mar 26, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants