diff options
| author | Fuwn <[email protected]> | 2025-06-02 12:51:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-02 12:51:30 +0000 |
| commit | 95317241f26fbd55f9b194398ec2dcb67d5eb823 (patch) | |
| tree | edd2c0ddeb2e3fa0b8e2db6d7db803a16bc589c6 /.github | |
| parent | style: Use nightly Rust formatter (diff) | |
| download | september-95317241f26fbd55f9b194398ec2dcb67d5eb823.tar.xz september-95317241f26fbd55f9b194398ec2dcb67d5eb823.zip | |
ci(check): Use stable Rust
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 2ca16fb..ca8a571 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -20,7 +20,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.78.0 + toolchain: stable components: rustfmt, clippy override: true - name: Check ✅ |