Skip to content

Commit

Permalink
build(deps): bump dtolnay/rust-toolchain from 1.70 to 1.80
Browse files Browse the repository at this point in the history
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.70 to 1.80.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@1.70...1.80)

---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 225a498 commit 7cd3b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.80

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.80
with:
components: rustfmt, clippy

Expand Down

0 comments on commit 7cd3b60

Please sign in to comment.