chore(deps): update dtolnay/rust-toolchain digest to 1f5cdb5 (#55)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-19 23:53:41 +05:30 committed by GitHub
parent b1edc8c189
commit 1e9f1b9bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Install Rust
uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c # v1
with:
toolchain: ${{ inputs.msrv }}
@ -111,7 +111,7 @@ jobs:
make-default: true
- name: Install Rust
uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c # v1
with:
toolchain: ${{ matrix.rust }}
components: clippy, rustfmt