Skip to content

Commit bf3ab88

Browse files
committed
bump github workflow version to match MSRV
1 parent a32ab68 commit bf3ab88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
rust: ["1.61", stable, nightly]
19+
rust: ["1.87", stable, nightly]
2020

2121
steps:
2222
- name: Installing Rust toolchain
@@ -36,7 +36,7 @@ jobs:
3636

3737
strategy:
3838
matrix:
39-
rust: [ "1.61", stable, nightly ]
39+
rust: [ "1.87", stable, nightly ]
4040

4141
steps:
4242
- name: Installing Rust toolchain

0 commit comments

Comments
 (0)