chore(ci): increase MSRV to 1.49

This commit is contained in:
Sean McArthur
2022-02-23 19:10:14 -08:00
parent 4fcfe1f4ba
commit 75345222d7
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46 # keep in sync with MSRV.md dev doc
- 1.49 # 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.46**.
The current MSRV is: **1.49**.