mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-13 11:21:21 +00:00
feat(ci): pin Rust version for clippy job (#3445)
Always referencing the latest version of Rust for clippy creates problems during backporting as already fixed problems in master come up again during a backport.
This commit is contained in:
parent
43b6e2f8e5
commit
9247cfa878
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -172,7 +172,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
rust-version: [
|
rust-version: [
|
||||||
stable,
|
1.67.1, # current stable
|
||||||
beta
|
beta
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user