Skip to content

Commit

Permalink
fix(ci): switch to stable toolchain for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Apr 30, 2024
1 parent de44f35 commit 1f97580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@beta
uses: dtolnay/rust-toolchain@stable
with:
components: clippy

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Dependencies: Update serde_with from 3.7.0 to 3.8.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- CI: Switch to stable toolchain for clippy job (#793) ([@QuantumDancer](https://github.com/QuantumDancer))

### Removed

Expand Down

0 comments on commit 1f97580

Please sign in to comment.