Skip to content

Commit e9c0c9e

Browse files
authored
Merge of #157
2 parents 776c991 + 94841da commit e9c0c9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v6.0.2
28-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
28+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
2929
with:
3030
components: rustfmt, clippy
3131
toolchain: 1.93.0
@@ -59,7 +59,7 @@ jobs:
5959
- toolchain: stable minus 4 releases
6060
steps:
6161
- uses: actions/checkout@v6.0.2
62-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
62+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
6363
with:
6464
components: rustfmt, clippy
6565
toolchain: ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)