Commit 0a1be7e 1 parent 5195aef commit 0a1be7e Copy full SHA for 0a1be7e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
~/.cargo/git/db/
119
119
src/_bcrypt/target/
120
120
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
122
122
with :
123
123
toolchain : ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
124
124
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- run : |
145
145
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
146
146
sudo installer -pkg python.pkg -target /
147
- - uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
147
+ - uses : dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
148
148
with :
149
149
toolchain : stable
150
150
# Add the arm64 target in addition to the native arch (x86_64)
@@ -200,7 +200,7 @@ jobs:
200
200
with :
201
201
python-version : ${{ matrix.PYTHON.VERSION }}
202
202
architecture : ${{ matrix.WINDOWS.ARCH }}
203
- - uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
203
+ - uses : dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
204
204
with :
205
205
toolchain : stable
206
206
target : ${{ matrix.WINDOWS.RUST_TRIPLE }}
You can’t perform that action at this time.
0 commit comments