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 | 4356aa993b959d838141fd6cb8fc7f2695f47857 (patch) | |
| tree | ca19dac9c40b3ef57c47237a3f2da9311cbf475f /.github/workflows | |
| parent | feat: mathjax latex rendering (diff) | |
| download | september-4356aa993b959d838141fd6cb8fc7f2695f47857.tar.xz september-4356aa993b959d838141fd6cb8fc7f2695f47857.zip | |
ci(check.yaml): correct rust toolchain
Diffstat (limited to '.github/workflows')
| -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 |