Update rust.yml
All the cool kids are doing it 2.0
This commit is contained in:
parent
135edda3ab
commit
7ff25184ce
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -109,5 +109,5 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: rustup install nightly
|
||||
- run: rustup toolchain install nightly --profile minimal --component clippy
|
||||
- run: cargo +nightly clippy -- -D warnings
|
||||
|
|
Loading…
Reference in a new issue