Skip to content

Commit

Permalink
ci: Bump dtolnay/rust-toolchain (#116)
Browse files Browse the repository at this point in the history
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 7164405e8653277d57afd42ba081b5aa02a70396 to bb45937a053e097f8591208d8e74c90db1873d07.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@7164405...bb45937)

---
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>
Co-authored-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
dependabot[bot] and bajtos authored Apr 15, 2024
1 parent 8c8f448 commit e154e47
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 @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Rust
uses: dtolnay/rust-toolchain@7164405e8653277d57afd42ba081b5aa02a70396 # v1
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 # v1
with:
toolchain: stable
components: clippy
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@7164405e8653277d57afd42ba081b5aa02a70396 # v1
- uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 # v1
with:
toolchain: stable
components: rustfmt
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Rust
uses: dtolnay/rust-toolchain@7164405e8653277d57afd42ba081b5aa02a70396 # v1
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 # v1
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down

0 comments on commit e154e47

Please sign in to comment.