diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7cf2fb5..54e4dff 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,6 +20,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal + toolchain: nightly components: rustfmt, clippy - name: Build run: cargo build --verbose