Skip to content

Commit

Permalink
chore(ci): increase MSRV to 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 24, 2022
1 parent 4fcfe1f commit 7534522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/MSRV.md
Original file line number Diff line number Diff line change
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.46**.
The current MSRV is: **1.49**.

0 comments on commit 7534522

Please sign in to comment.