From a5f5ce203bab244c2beb4c7d6fabf6a102f88bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 00:03:28 -0400 Subject: [PATCH] Bump dtolnay/rust-toolchain (#571) Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1f5cdb56c8779e3efa22473ce181ff83143b172c to 0e66bd3e6b38ec0ad5312288c83e47c143e6b09e. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1f5cdb56c8779e3efa22473ce181ff83143b172c...0e66bd3e6b38ec0ad5312288c83e47c143e6b09e) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/wheel-builder.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9acf84..6b7bf3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,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@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: ${{ matrix.PYTHON.RUST_VERSION || 'stable' }} diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index baaca44..4e0175e 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -86,7 +86,7 @@ jobs: - run: | curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg sudo installer -pkg python.pkg -target / - - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: stable # Add the arm64 target in addition to the native arch (x86_64) @@ -137,7 +137,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: stable target: ${{ matrix.WINDOWS.RUST_TRIPLE }}