Skip to content

Commit e204665

Browse files
committed
Update msrv in github action
1 parent 562f4ba commit e204665

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
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
submodules: true
25-
- name: Install Rust (1.83 w/ clippy)
26-
uses: dtolnay/rust-toolchain@1.83
25+
- name: Install Rust (1.87 w/ clippy)
26+
uses: dtolnay/rust-toolchain@1.87
2727
with:
2828
components: clippy
2929
- name: Install Rust (nightly w/ rustfmt)

0 commit comments

Comments
 (0)