Skip to content

Commit 6204702

Browse files
committed
Raise MSRV to 1.56.1.
once_cell, at least, requires 1.56 for Edition 2021.
1 parent 0f3bf00 commit 6204702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
rust_channel:
194194
- stable
195195
- nightly
196-
- 1.52.1 # MSRV
196+
- 1.56.1 # MSRV
197197
- beta
198198

199199
include:
@@ -346,7 +346,7 @@ jobs:
346346
rust_channel:
347347
- stable
348348
- nightly
349-
- 1.52.1 # MSRV
349+
- 1.56.1 # MSRV
350350
- beta
351351

352352
include:

0 commit comments

Comments
 (0)