aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-26 16:23:40 +0000
committerFuwn <[email protected]>2022-06-26 16:23:40 +0000
commit6a72dffd4592f3f057e0b7f1bd430fc104a5a656 (patch)
tree432ae5f59309288d608490267f123c2c04fb0432 /.github/workflows
parentfeat(routes): support for anime boys (diff)
downloadapi-worker-6a72dffd4592f3f057e0b7f1bd430fc104a5a656.tar.xz
api-worker-6a72dffd4592f3f057e0b7f1bd430fc104a5a656.zip
build(rust): fix rust channel
Diffstat (limited to '.github/workflows')
-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