From 7ff25184ce58209ebf263e4c64b73cdfdcb539f4 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Wed, 8 Apr 2020 22:35:51 -0500 Subject: [PATCH] Update rust.yml All the cool kids are doing it 2.0 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index abefb99..6c53145 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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