Skip to content

Commit 86408b9

Browse files
committed
Merge #1430: ci: Pin clippy to rust 1.78.0
de2763a ci: Pin clippy to rust 1.78.0 (valued mammal) Pull request description: This PR pins clippy check in CI to the rust 1.78 toolchain, which prevents new lints in stable releases from interrupting the usual workflow. Because rust versions are released on a predictable schedule, we can revisit this setting in the future as needed (say 3-6 months). ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [ ] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: danielabrozzoni: ACK de2763a storopoli: ACK de2763a notmandatory: ACK de2763a oleonardolima: ACK de2763a Tree-SHA512: 73cad29a5ff437290aca8f85a011c4f5fc4d9ff5755f3d3ef9fa1820f5631eda857b1a67955adfc6ef98145958c674cc09f7613b96f38cc30c75a656d872edbc
2 parents 66abc73 + de2763a commit 86408b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v1
119119
- uses: actions-rs/toolchain@v1
120120
with:
121-
toolchain: stable
121+
toolchain: 1.78.0
122122
components: clippy
123123
override: true
124124
- name: Rust Cache

0 commit comments

Comments
 (0)