From d7544f86c0a1c909828644862953771e9f5e032b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:59:54 +0000 Subject: [PATCH] github: bump dtolnay/rust-toolchain 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] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a23b33d8..c29ec1bde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Install Rust (${{ matrix.rust_version }}) - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: ${{ matrix.rust_version }} - name: Build @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: stable - run: sudo apt update && sudo apt-get -y install protobuf-compiler @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: nightly components: rustfmt @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: stable components: clippy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85593efe1..7cf18a5df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools - name: Install Rust - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c + uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: toolchain: stable target: ${{ matrix.target }}