diff options
| author | Fuwn <[email protected]> | 2022-08-16 19:03:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 19:03:22 -0700 |
| commit | 7c5662db552b9c4e8a1578eb917047980511ccc3 (patch) | |
| tree | 66904d8af52d2e84aa44df800a81e39c75007eb8 /.github | |
| parent | fix(main.rs): github actions build error (diff) | |
| download | locus-7c5662db552b9c4e8a1578eb917047980511ccc3.tar.xz locus-7c5662db552b9c4e8a1578eb917047980511ccc3.zip | |
fix: bump toolchain for github actions
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 a324e2a..a9d6651 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-04-16 + toolchain: nightly-2022-05-18 components: rustfmt, clippy override: true |