Skip to content

Commit 0224b79

Browse files
Bump dtolnay/rust-toolchain in the ci-dependencies group
Bumps the ci-dependencies group with 1 update: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). Updates `dtolnay/rust-toolchain` from 21dc36fb71dd22e3317045c0c31a3f4249868b17 to 7b1c307e0dcbda6122208f10795a713336a9b35a - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@21dc36f...7b1c307) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a8932a commit 0224b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828
working-directory: frontend
2929
- name: Install rust toolchain
30-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
30+
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
3131
with:
3232
toolchain: "stable"
3333
- name: Rust cache

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm ci
2424
working-directory: frontend
2525
- name: Install toolchain
26-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
26+
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
2727
with:
2828
toolchain: "stable"
2929
- name: Rust cache

0 commit comments

Comments
 (0)