Skip to content

Commit 8f06a44

Browse files
committed
chore: use nightly toolchain for fmt job
1 parent 516f8f9 commit 8f06a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ of the PR were done in a specific way -->
2020

2121
* [ ] I've signed all my commits
2222
* [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
23-
* [ ] I ran `cargo fmt` and `cargo clippy` before committing
23+
* [ ] I ran `cargo +nightly fmt` and `cargo clippy` before committing
2424

2525
#### New Features:
2626

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install Rust toolchain
118118
uses: actions-rs/toolchain@v1
119119
with:
120-
toolchain: ${{ needs.prepare.outputs.rust_version }}
120+
toolchain: nightly
121121
override: true
122122
profile: minimal
123123
components: rustfmt

0 commit comments

Comments
 (0)