Skip to content

Commit

Permalink
Bump dtolnay/rust-toolchain (#331)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 118cfe2 commit d3566a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Setup | Rust
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
components: rustfmt
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]

- name: Setup | Rust
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
components: clippy
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/[email protected]

- name: Setup | Rust
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/[email protected]

- name: Setup | Rust
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable

Expand Down

0 comments on commit d3566a8

Please sign in to comment.