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

Increase MSRV to 1.75 #122

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Increase MSRV to 1.75 #122

merged 2 commits into from
Nov 11, 2024

Conversation

dbrgn
Copy link
Collaborator

@dbrgn dbrgn commented Nov 10, 2024

CI failed in #121 because one of the serde dependencies requires at least 1.61.

I bumped to 1.75 since that's the first version that supports async in traits, and as such it might be a common "synchronization point". (Alternatively we could drop fixed MSRVs completely, I don't think we need it in this project.)

Checklist

  • [n/a] Tests added if applicable
  • README updated if applicable
  • CHANGELOG updated if applicable
  • [n/a] If a commit includes a breaking change, include the string [breaking-change] somewhere in the commit message

@dbrgn dbrgn requested a review from rnestler November 10, 2024 23:08
@dbrgn dbrgn mentioned this pull request Nov 10, 2024
4 tasks
@dbrgn dbrgn merged commit a76cef2 into master Nov 11, 2024
3 checks passed
@dbrgn dbrgn deleted the bump-msrv branch November 11, 2024 16:16
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