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 | d2e79631e247544243f3485c17737f2f15a96119 (patch) | |
| tree | ca19dac9c40b3ef57c47237a3f2da9311cbf475f /.github | |
| parent | feat: mathjax latex rendering (diff) | |
| download | september-d2e79631e247544243f3485c17737f2f15a96119.tar.xz september-d2e79631e247544243f3485c17737f2f15a96119.zip | |
ci(check.yaml): correct rust 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 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 |