Skip to content

Commit 0a1be7e

Browse files
Bump dtolnay/rust-toolchain (#937)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1482605bfc5719782e1267fd0c0cc350fe7646b8 to a54c7afa936fefeb4456b2dd8068152669aa8203. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1482605...a54c7af) --- 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 5195aef commit 0a1be7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
~/.cargo/git/db/
119119
src/_bcrypt/target/
120120
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
121-
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
121+
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
122122
with:
123123
toolchain: ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
124124

.github/workflows/wheel-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- run: |
145145
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
146146
sudo installer -pkg python.pkg -target /
147-
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
147+
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
148148
with:
149149
toolchain: stable
150150
# Add the arm64 target in addition to the native arch (x86_64)
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
python-version: ${{ matrix.PYTHON.VERSION }}
202202
architecture: ${{ matrix.WINDOWS.ARCH }}
203-
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
203+
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
204204
with:
205205
toolchain: stable
206206
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}

0 commit comments

Comments
 (0)