rust toolchain

This commit is contained in:
nora 2022-09-15 19:45:56 +02:00
parent 3e67985bcf
commit 5c7e834599

View file

@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly-2022-09-15
- name: Run cargo clippy (default features) - name: Run cargo clippy (default features)
run: cargo clippy --all-targets --verbose -- -D clippy::all run: cargo clippy --all-targets --verbose -- -D clippy::all
@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly-2022-09-15
with: with:
components: rustfmt components: rustfmt
- name: Check formatting - name: Check formatting
@ -155,7 +155,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly-2022-09-15
- name: Check docs - name: Check docs
# Note: needs cargo rustdoc, not cargo doc. # Note: needs cargo rustdoc, not cargo doc.
run: cargo rustdoc --all-features -- -D warnings run: cargo rustdoc --all-features -- -D warnings