ci: switch from 'v1' to 'master' for dtolnay action

This commit is contained in:
Andrew Gallant 2022-09-03 13:30:01 -04:00
parent 9d72e93c87
commit 5fa8eda68c
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -64,7 +64,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Use Cross
@ -101,7 +101,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt