ci: switch to using '@master' dtolnay action

The `v1` tag exists but isn't really supported.

This mirrors [1]. See also [2].

[1]: 50086e74da
[2]: https://github.com/BurntSushi/bstr/pull/122#issuecomment-1201930916
This commit is contained in:
LingMan
2022-09-29 04:55:33 +02:00
committed by Andrew Gallant
parent 609838aebd
commit 49965703fa
2 changed files with 4 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ jobs:
ci/macos-install-packages
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}