Skip to content

Commit 128bc7f

Browse files
committed
chore(lib): bump MSRV to 1.56 (#2902)
(cherry picked from commit a563404)
1 parent c5a14e7 commit 128bc7f

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
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
rust:
104-
- 1.49 # keep in sync with MSRV.md dev doc
104+
- 1.56 # keep in sync with MSRV.md dev doc
105105

106106
os:
107107
- 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.49**.
9+
The current MSRV is: **1.56**.

0 commit comments

Comments
 (0)