Skip to content

Commit

Permalink
Bump dtolnay/rust-toolchain from 1482605bfc5719782e1267fd0c0cc350fe76…
Browse files Browse the repository at this point in the history
…46b8 to a54c7afa936fefeb4456b2dd8068152669aa8203 in the actions group (#92)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9530092 commit e5d1eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
python-version: 3.x
architecture: ${{ matrix.WINDOWS.ARCH }}

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: stable
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version-file: pyproject.toml

- name: Setup rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
components: rustfmt
toolchain: 1.81.0
Expand Down

0 comments on commit e5d1eca

Please sign in to comment.