Skip to content

Commit 66b4353

Browse files
Bump dtolnay/rust-toolchain
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 67ef31d5b988238dd797d409d6f9574278e20537 to fa04a1451ff1842e2626ccb99004d0195b455a88. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@67ef31d...fa04a14) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: fa04a1451ff1842e2626ccb99004d0195b455a88 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b81279 commit 66b4353

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
# ---------- Rust toolchain ----------
128128
- name: Install Rust (stable)
129-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
129+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
130130
with:
131131
toolchain: stable
132132

.github/workflows/cpp-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run-clang-tidy --help | head -1 || true
8686
8787
- name: Install Rust (stable)
88-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
88+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
8989
with:
9090
toolchain: stable
9191

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
# ---------- Rust toolchain ----------
130130
- name: Install Rust (stable)
131-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
131+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
132132
with:
133133
toolchain: stable
134134

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
# ---------- Rust toolchain ----------
130130
- name: Install Rust (stable)
131-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
131+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
132132
with:
133133
toolchain: stable
134134

@@ -357,7 +357,7 @@ jobs:
357357
358358
# ---------- Rust toolchain ----------
359359
- name: Install Rust (stable)
360-
uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537
360+
uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
361361
with:
362362
toolchain: stable
363363

0 commit comments

Comments
 (0)