diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8069274d0cd0..8d81b7bcf3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: cache-dependency-path: ci-constraints-requirements.txt timeout-minutes: 3 - name: Setup rust - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 with: toolchain: ${{ matrix.PYTHON.RUST }} components: rustfmt,clippy diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index d3d1dea5c6e4..251f572cc69b 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -222,7 +222,7 @@ jobs: name: openssl-macos-universal2 path: "../openssl-macos-universal2/" github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 + - uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 with: toolchain: stable # Add the arm64 target in addition to the native arch (x86_64) @@ -302,7 +302,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 + - uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 with: toolchain: stable target: ${{ matrix.WINDOWS.RUST_TRIPLE }}