chore(msrv): increase MSRV to 1.63 (#3320)

This commit is contained in:
Sean McArthur
2023-09-18 12:14:45 -04:00
committed by GitHub
parent d342c2c714
commit 3d8fffc30c
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56 # keep in sync with MSRV.md dev doc
- 1.63 # keep in sync with MSRV.md dev doc
os:
- ubuntu-latest

View File

@@ -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.56**.
The current MSRV is: **1.63**.