summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/wheel-builder.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d70c615..f907a2e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
~/.cargo/git/db/
src/_bcrypt/target/
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
+ - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
with:
toolchain: ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index a9cbb6d..26bacc4 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -89,7 +89,7 @@ jobs:
- run: |
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
sudo installer -pkg python.pkg -target /
- - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
+ - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
with:
toolchain: stable
# Add the arm64 target in addition to the native arch (x86_64)
@@ -140,7 +140,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
+ - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
with:
toolchain: stable
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}