Skip to content

Increase MSRV to 1.79 #1448

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

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Increase MSRV to 1.79 #1448

merged 1 commit into from
Oct 28, 2024

Conversation

nicholasbishop
Copy link
Member

Mark a few new functions const to satisfy clippy lints. Also drop the "Keep in Sync with README!" comment for the MSRV doc; it's not in the readme anymore.

This upgrade will allow using various core improvements that have been stabilized since 1.70, including a number of ptr conveniences like byte_add, is_aligned, and from_ref/from_mut that make unsafe code easier to write.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

Mark a few new functions `const` to satisfy clippy lints.

Also drop the "Keep in Sync with README!" comment for the MSRV doc; it's not in
the readme anymore.
@phip1611 phip1611 added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 2bc0ed7 Oct 28, 2024
20 checks passed
@phip1611 phip1611 deleted the bishop-msrv-179 branch October 28, 2024 08:20
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