Skip to content

Commit 3b49257

Browse files
committed
Use Rust 1.80.1 for tool checks (rustfmt, clippy, tarpaulin).
1 parent 33013cf commit 3b49257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tool-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
toolchain:
12-
- 1.76.0
12+
- 1.81.0
1313

1414
steps:
1515
- name: Checkout repository

0 commit comments

Comments
 (0)