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

Move MSRV to 1.60.0 #419

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Move MSRV to 1.60.0 #419

merged 1 commit into from
Jul 15, 2023

Conversation

ionut-arm
Copy link
Member

Our dependency on the log crate means that currently the crate does not compile with our MSRV. It makes more sense for us to bump the MSRV and stay aligned with updates of log.

Our dependency on the `log` crate means that currently the crate does
not compile with our MSRV. It makes more sense for us to bump the MSRV
and stay aligned with updates of `log`.

Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
Copy link
Collaborator

@wiktor-k wiktor-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's kind of crazy to update because of the log crate but lets check the facts: 1.60 was released on Apr. 7, 2022 (https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html). We use the same version in Sequoia (https://gitlab.com/sequoia-pgp/sequoia#requirements-and-msrv) and we are very conservative in this aspect.

So I'm very much in favor! 👍

@Superhepper Superhepper merged commit d53ed0c into parallaxsecond:main Jul 15, 2023
10 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.

3 participants