diff options
| author | Fuwn <[email protected]> | 2023-03-21 21:30:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-21 21:30:04 +0000 |
| commit | d4f9a14bd29b16f03f7f0e61e1a10bdcbf77a6b3 (patch) | |
| tree | 5a3c99aaab6e49617a92ff03b71af313d1147d37 | |
| parent | feat: windmark 0.1.19 -> 0.2.0 (diff) | |
| download | windmark-d4f9a14bd29b16f03f7f0e61e1a10bdcbf77a6b3.tar.xz windmark-d4f9a14bd29b16f03f7f0e61e1a10bdcbf77a6b3.zip | |
ci(check): use table toolchain
I’m not sure why this never got bumped. I’m guessing it just hadn’t caused any problems until now.
| -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..c1d1f7a 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: stable components: rustfmt, clippy override: true |