Skip to content

Commit b744346

Browse files
Bump dtolnay/rust-toolchain (#7432)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 3d5c338b548e8aff8b55d96390e28fa86945e1b2 to 1. This release includes the previously tagged commit. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@3d5c338...1ce4a73) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7da2dc3 commit b744346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
uses: actions/setup-python@v4.1.0
218218
with:
219219
python-version: ${{ matrix.PYTHON.VERSION }}
220-
- uses: dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
220+
- uses: dtolnay/rust-toolchain@1ce4a7352a1efe5dede2e52c75512b34256e4f44
221221
with:
222222
toolchain: ${{ matrix.RUST }}
223223
- uses: actions/checkout@v3.0.2
@@ -269,7 +269,7 @@ jobs:
269269
uses: actions/setup-python@v4.1.0
270270
with:
271271
python-version: ${{ matrix.PYTHON.VERSION }}
272-
- uses: dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
272+
- uses: dtolnay/rust-toolchain@1ce4a7352a1efe5dede2e52c75512b34256e4f44
273273
with:
274274
toolchain: ${{ matrix.RUST }}
275275
components: llvm-tools-preview

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
${{ matrix.PYTHON.BIN_PATH }} .github/workflows/download_openssl.py macos openssl-macos-universal2
147147
env:
148148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149-
- uses: dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
149+
- uses: dtolnay/rust-toolchain@1ce4a7352a1efe5dede2e52c75512b34256e4f44
150150
with:
151151
toolchain: stable
152152
# Add the arm64 target in addition to the native arch (x86_64)
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
python-version: ${{ matrix.PYTHON.VERSION }}
215215
architecture: ${{ matrix.WINDOWS.ARCH }}
216-
- uses: dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
216+
- uses: dtolnay/rust-toolchain@1ce4a7352a1efe5dede2e52c75512b34256e4f44
217217
with:
218218
toolchain: stable
219219
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}

0 commit comments

Comments
 (0)