@@ -20,7 +20,9 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
+ profile: minimal
toolchain: nightly
+ components: rustfmt, clippy
override: true
- uses: Swatinem/rust-cache@v1