mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Merge #710
710: Update Clippy to use Rust Stable r=irevoire a=Kerollmops This PR changes the CI to use Rust stable for Clippy and Rustfmt. This way we will reduce the number of times we break the CI. [The version will only change every two months or so](https://www.whatrustisit.com/). Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
commit
84dd2e4df1
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user