diff options
| author | Fuwn <[email protected]> | 2022-06-26 16:23:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-26 16:23:40 -0700 |
| commit | 6fa47c8ca13a9cdcc0a31ab2a9f04be316293fa5 (patch) | |
| tree | 432ae5f59309288d608490267f123c2c04fb0432 | |
| parent | feat(routes): support for anime boys (diff) | |
| download | api-worker-6fa47c8ca13a9cdcc0a31ab2a9f04be316293fa5.tar.xz api-worker-6fa47c8ca13a9cdcc0a31ab2a9f04be316293fa5.zip | |
build(rust): fix rust channel
| -rw-r--r-- | .github/workflows/check.yaml | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 22a9829..b414bd5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2022-02-22" +channel = "nightly-2022-05-18" |