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 162f9c187d
commit 1701e28080
+2 -2
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