From c7270e6aa946bbb5701fa05c8ed5040a9a2d9ea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:42:17 +0000 Subject: [PATCH] chore(deps): update dtolnay/rust-toolchain digest to 1482605 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837b80eff..9f9b2001a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly components: rustfmt, clippy @@ -157,7 +157,7 @@ jobs: run: apt-get install -yq gcc-aarch64-linux-gnu qemu-user libc6:arm64 - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly-${{ matrix.host-target }} targets: ${{ env.CARGO_BUILD_TARGET }} @@ -390,7 +390,7 @@ jobs: run: chown -R "$(id -u):$(id -g)" "$GITHUB_WORKSPACE" - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly