Skip to content

Commit 7534522

Browse files
committed
chore(ci): increase MSRV to 1.49
1 parent 4fcfe1f commit 7534522

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
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
rust:
103-
- 1.46 # keep in sync with MSRV.md dev doc
103+
- 1.49 # keep in sync with MSRV.md dev doc
104104

105105
os:
106106
- 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.46**.
9+
The current MSRV is: **1.49**.

0 commit comments

Comments
 (0)