Replace actions-rs/toolchain with dtolnay/rust-toolchain

This commit is contained in:
Tobias Berger 2022-11-11 09:23:56 +01:00
parent e7d73755e2
commit cc2bf6f535
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -63,7 +63,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install rust toolchain - name: Install rust toolchain
uses: actions-rs/toolchain@v1 uses: dtolnay/rust-toolchain@master
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly