Skip to content

Commit

Permalink
build(deps): bump dtolnay/rust-toolchain from 1.70 to 1.90
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.90.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@1.70...1.90)

---
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 Nov 20, 2024
1 parent f7a8210 commit 17c4a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.74
uses: dtolnay/rust-toolchain@1.90

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

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.74
uses: dtolnay/rust-toolchain@1.90

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

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

Expand Down

0 comments on commit 17c4a00

Please sign in to comment.