Skip to content

Commit 3d8fffc

Browse files
authored
chore(msrv): increase MSRV to 1.63 (#3320)
1 parent d342c2c commit 3d8fffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
matrix:
104104
rust:
105-
- 1.56 # keep in sync with MSRV.md dev doc
105+
- 1.63 # keep in sync with MSRV.md dev doc
106106

107107
os:
108108
- ubuntu-latest

docs/MSRV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hyper. It is possible that an older compiler can work, but that is not
66
guaranteed. We try to increase the MSRV responsibly, only when a significant
77
new feature is needed.
88

9-
The current MSRV is: **1.56**.
9+
The current MSRV is: **1.63**.

0 commit comments

Comments
 (0)