summaryrefslogtreecommitdiff
path: root/.github/workflows/style.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/style.yml')
-rw-r--r--.github/workflows/style.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 1b71ad7..628c1d7 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -38,7 +38,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
+ toolchain: 1.44.0 # Minimum supported version
components: clippy
+ override: true
- name: Run clippy
uses: actions-rs/cargo@v1
with: