Skip to content

Commit

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

---
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 Feb 17, 2024
1 parent 995627c commit 57a35b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.62.0
uses: dtolnay/rust-toolchain@1.80.0

- name: Build
run: cargo build --verbose --all-targets
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.62.0
uses: dtolnay/rust-toolchain@1.80.0
with:
components: clippy

Expand Down

0 comments on commit 57a35b9

Please sign in to comment.