ci: Pin clippy to rust 1.78.0

This commit is contained in:
valued mammal 2024-05-02 17:21:34 -04:00
parent dcd2d4741d
commit de2763a4b8
No known key found for this signature in database

View File

@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.78.0
components: clippy
override: true
- name: Rust Cache