Skip to content

Commit 86a1755

Browse files
committed
update github workflow for MSRV
1 parent 1d3679f commit 86a1755

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
@@ -38,8 +38,8 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ ubuntu-latest, macos-latest, windows-latest ]
41-
# 1.58 is the MSRV
42-
rust-version: [ 1.58, stable ]
41+
# 1.60 is the MSRV
42+
rust-version: [ 1.60, stable ]
4343
fail-fast: false
4444
env:
4545
RUSTFLAGS: -D warnings

0 commit comments

Comments
 (0)