aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yaml')
-rw-r--r--.github/workflows/check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 47f63a3..533a061 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -23,7 +23,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: nightly-2022-02-22
+ toolchain: nightly-2022-05-18
components: rustfmt, clippy
override: true