diff options
| author | Fuwn <[email protected]> | 2022-04-17 22:08:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-17 22:08:16 -0700 |
| commit | 11c9a673dff462d47a7a83b5378d0611b154c86f (patch) | |
| tree | b11bb67f237b8c92e73d429a9fcd17eac6162455 /.github | |
| parent | refactor: decrease cache rate (diff) | |
| download | locus-11c9a673dff462d47a7a83b5378d0611b154c86f.tar.xz locus-11c9a673dff462d47a7a83b5378d0611b154c86f.zip | |
build(rustc): bump toolchain
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 47f63a3..f870ded 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-04-16 components: rustfmt, clippy override: true |