Skip to content

Commit de5ce44

Browse files
committed
Run clippy on all targets + update CI
1 parent 51ec725 commit de5ce44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/clippy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
clippy_check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: 1.71.0
16+
toolchain: 1.91.1
1717
components: clippy
18-
- run: cargo clippy
18+
- run: cargo clippy --all-targets

.github/workflows/rustfmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Rustfmt
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616
- uses: dtolnay/rust-toolchain@master
1717
with:
18-
toolchain: 1.71.0
18+
toolchain: 1.91.1
1919
components: rustfmt
2020
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)