ci: switch to dtolnay/rust-toolchain

The actions-rs/toolchain project appears dead. dtolnay's also seems more
sustainable given its simplicity, but it does enough to suit our needs.
This commit is contained in:
Andrew Gallant
2022-07-14 13:23:20 -04:00
parent e70778e89d
commit b9f5835534
2 changed files with 4 additions and 12 deletions

View File

@@ -112,11 +112,9 @@ jobs:
ci/macos-install-packages
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
target: ${{ matrix.target }}
- name: Use Cross