Skip to content

Commit 6f8c356

Browse files
committed
Increase Rust version used for clippy.
1 parent b80b2f8 commit 6f8c356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: 1.73.0
16+
toolchain: 1.75.0
1717
components: clippy
1818
- run: cargo clippy --all-features -- --deny=warnings

0 commit comments

Comments
 (0)