Skip to content

Commit 1a4964b

Browse files
Bump dtolnay/rust-toolchain (RustPython#7545)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@efa25f7...3c5f7ea) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 106f1c9 commit 1a4964b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949

50-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
50+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
5151
with:
5252
components: clippy
5353
toolchain: stable
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
persist-credentials: false
250250

251-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
251+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
252252
with:
253253
toolchain: stable
254254

@@ -363,7 +363,7 @@ jobs:
363363
with:
364364
python-version: ${{ env.PYTHON_VERSION }}
365365

366-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
366+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
367367
with:
368368
toolchain: stable
369369
components: rustfmt
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
persist-credentials: false
424424

425-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
425+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
426426
with:
427427
toolchain: ${{ env.NIGHTLY_CHANNEL }}
428428
components: miri
@@ -448,7 +448,7 @@ jobs:
448448
with:
449449
persist-credentials: false
450450

451-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
451+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
452452
with:
453453
components: clippy
454454
toolchain: stable
@@ -526,7 +526,7 @@ jobs:
526526
with:
527527
persist-credentials: false
528528

529-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
529+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
530530
with:
531531
target: wasm32-wasip1
532532
toolchain: stable

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
persist-credentials: false
5454

55-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
55+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
5656
with:
5757
target: ${{ matrix.target }}
5858

@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
persist-credentials: false
9191

92-
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
92+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
9393
with:
9494
targets: wasm32-wasip1
9595

0 commit comments

Comments
 (0)