Skip to content

Commit 0e87d0d

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump dtolnay/rust-toolchain
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 439cf607258077187679211f12aa6f19af4a0af7 to be73d7920c329f220ce78e0234b8f96b7ae60248. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@439cf60...be73d79) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2964a98 commit 0e87d0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/checks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set target rust version
6969
run: echo "TARGET_RUST_VERSION=$(if [ "${{matrix.rust}}" = "msrv" ]; then grep rust-version Cargo.toml | grep MSRV | cut -d'"' -f2; else echo "${{matrix.rust}}"; fi)" >> $GITHUB_ENV
7070
- name: Install toolchain
71-
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
71+
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
7272
with:
7373
toolchain: "${TARGET_RUST_VERSION}"
7474
targets: "${{ matrix.target }}"
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
persist-credentials: false
107107
- name: Install nightly toolchain
108-
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
108+
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
109109
with:
110110
toolchain: nightly
111111
- name: Install udeps
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
persist-credentials: false
163163
- name: Install rust toolchain
164-
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
164+
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
165165
with:
166166
toolchain: stable
167167
components: rustfmt
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
persist-credentials: false
202202
- name: Install rust toolchain
203-
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
203+
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
204204
with:
205205
toolchain: stable
206206
components: clippy
@@ -250,7 +250,7 @@ jobs:
250250
with:
251251
persist-credentials: false
252252
- name: Install nightly toolchain
253-
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
253+
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
254254
with:
255255
toolchain: nightly
256256
- name: Install cargo fuzz

0 commit comments

Comments
 (0)