File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
cache-dependency-path : ci-constraints-requirements.txt
72
72
timeout-minutes : 3
73
73
- name : Setup rust
74
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
74
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
75
75
with :
76
76
toolchain : ${{ matrix.PYTHON.RUST }}
77
77
components : rustfmt,clippy
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242
242
name : openssl-macos-universal2
243
243
path : " ../openssl-macos-universal2/"
244
244
github_token : ${{ secrets.GITHUB_TOKEN }}
245
- - uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
245
+ - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
246
246
with :
247
247
toolchain : stable
248
248
# Add the arm64 target in addition to the native arch (x86_64)
@@ -325,7 +325,7 @@ jobs:
325
325
with :
326
326
python-version : ${{ matrix.PYTHON.VERSION }}
327
327
architecture : ${{ matrix.WINDOWS.ARCH }}
328
- - uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
328
+ - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
329
329
with :
330
330
toolchain : stable
331
331
target : ${{ matrix.WINDOWS.RUST_TRIPLE }}
You can’t perform that action at this time.
0 commit comments