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

project: increase MSRV, 1.57 -> 1.60 #120

Merged
merged 2 commits into from
Jul 13, 2023
Merged

project: increase MSRV, 1.57 -> 1.60 #120

merged 2 commits into from
Jul 13, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Jul 12, 2023

project: increase MSRV, 1.57 -> 1.60

This matches the main Rustls project MSRV (rustls/rustls#1312).

lib: cleanup Rust 1.57 workaround.

Previously we had to break out some pub use statements individually to work around Rust 1.57 clippy false positives for unreachable_pub.

Having bumped the MSRV to 1.60 we can remove this workaround.

cpu added 2 commits July 12, 2023 15:09
This matches the main Rustls project MSRV.
Previously we had to break out some `pub use` statements individually to
work around Rust 1.57 clippy false positives for `unreachable_pub`.

Having bumped the MSRV to 1.60 we can remove this workaround.
@cpu cpu self-assigned this Jul 12, 2023
@cpu cpu added this pull request to the merge queue Jul 13, 2023
@cpu
Copy link
Member Author

cpu commented Jul 13, 2023

Thanks!

Merged via the queue into rustls:main with commit b23e6de Jul 13, 2023
19 checks passed
@cpu cpu deleted the cpu-msrv-1.60 branch July 13, 2023 13:57
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.

2 participants