We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516f8f9 commit 8f06a44Copy full SHA for 8f06a44
.github/pull_request_template.md
@@ -20,7 +20,7 @@ of the PR were done in a specific way -->
20
21
* [ ] I've signed all my commits
22
* [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
23
-* [ ] I ran `cargo fmt` and `cargo clippy` before committing
+* [ ] I ran `cargo +nightly fmt` and `cargo clippy` before committing
24
25
#### New Features:
26
.github/workflows/cont_integration.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Install Rust toolchain
118
uses: actions-rs/toolchain@v1
119
with:
120
- toolchain: ${{ needs.prepare.outputs.rust_version }}
+ toolchain: nightly
121
override: true
122
profile: minimal
123
components: rustfmt
0 commit comments