diff options
| author | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
| commit | 83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36 (patch) | |
| tree | 43ddb3f37117e61b1caa619b72c96eafa21cf63b /.github | |
| parent | fix(main.rs): enable feature for actions (diff) | |
| download | locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.tar.xz locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.zip | |
feat: bump toolchain to nightly-2022-08-23
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 a9d6651..db19c1a 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-05-18 + toolchain: nightly-2022-08-23 components: rustfmt, clippy override: true |