Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed85372

Browse files
Merge pull request #528 from wcampbell0x2a/dependabot/github_actions/dtolnay/rust-toolchain-7164405e8653277d57afd42ba081b5aa02a70396
build(deps): bump dtolnay/rust-toolchain from dc6353516c68da0f06325f42ad880f76a5e77ec9 to 7164405e8653277d57afd42ba081b5aa02a70396
2 parents 5946805 + b601851 commit ed85372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- run: sudo apt-get install -y squashfs-tools
7676
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
77-
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # master
77+
- uses: dtolnay/rust-toolchain@7164405e8653277d57afd42ba081b5aa02a70396 # master
7878
with:
7979
toolchain: ${{ matrix.toolchain }}
8080
# build bins
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
91-
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # master
91+
- uses: dtolnay/rust-toolchain@7164405e8653277d57afd42ba081b5aa02a70396 # master
9292
with:
9393
toolchain: stable
9494
components: rustfmt, clippy

0 commit comments

Comments
 (0)