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, 1 insertions, 1 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 628c1d7..82ce5d1 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -38,7 +38,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: 1.44.0 # Minimum supported version
+ toolchain: 1.50.0
components: clippy
override: true
- name: Run clippy