diff options
| author | Fuwn <[email protected]> | 2023-02-07 00:15:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-02-07 00:15:36 +0000 |
| commit | 956b7867a93010f2628d5db2e78983277e398aa0 (patch) | |
| tree | 12b935a4094063032f77de93c21bce101a4f5ab1 /.github/workflows/check.yaml | |
| parent | feat: mathjax latex rendering (diff) | |
| download | september-956b7867a93010f2628d5db2e78983277e398aa0.tar.xz september-956b7867a93010f2628d5db2e78983277e398aa0.zip | |
ci(check.yaml): correct rust toolchain
Diffstat (limited to '.github/workflows/check.yaml')
| -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 570487b..70b3528 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-03-08 + toolchain: 1.66.0 components: rustfmt, clippy override: true |