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

chore(lib): bump MSRV to 1.56 #2902

Merged
merged 1 commit into from Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
rust:
- 1.49 # keep in sync with MSRV.md dev doc
- 1.56 # keep in sync with MSRV.md dev doc

os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/MSRV.md
Expand Up @@ -6,4 +6,4 @@ hyper. It is possible that an older compiler can work, but that is not
guaranteed. We try to increase the MSRV responsibly, only when a significant
new feature is needed.

The current MSRV is: **1.49**.
The current MSRV is: **1.56**.