Skip to content

Commit a0dbaec

Browse files
chore(deps): bump dtolnay/rust-toolchain (#13036)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 to b3b07ba8b418998c39fb20f53e8b695cdcc8de1b. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@888c2e1...b3b07ba) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: b3b07ba8b418998c39fb20f53e8b695cdcc8de1b dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d58244e commit a0dbaec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cache-dependency-path: ci-constraints-requirements.txt
7272
timeout-minutes: 3
7373
- name: Setup rust
74-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
74+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
7575
with:
7676
toolchain: ${{ matrix.PYTHON.RUST }}
7777
components: rustfmt,clippy

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
name: openssl-macos-universal2
243243
path: "../openssl-macos-universal2/"
244244
github_token: ${{ secrets.GITHUB_TOKEN }}
245-
- uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
245+
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
246246
with:
247247
toolchain: stable
248248
# Add the arm64 target in addition to the native arch (x86_64)
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
python-version: ${{ matrix.PYTHON.VERSION }}
327327
architecture: ${{ matrix.WINDOWS.ARCH }}
328-
- uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
328+
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
329329
with:
330330
toolchain: stable
331331
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}

0 commit comments

Comments
 (0)