Skip to content

Commit e745122

Browse files
committed
Merge #539: [ci] Pin nightly docs workflow rust version to nightly-2022-01-25
07c270d [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 (Steve Myers) Pull request description: ### Description Pin nightly docs workflow rust version to `nightly-2022-01-25` to fix #538 . ### Notes to the reviewers The nightly docs should be changed to the `stable` version once it supports `feature(doc_cfg)`. ### 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) #### Bugfixes: * [x] I'm linking the issue being fixed by this PR ACKs for top commit: afilini: ACK 07c270d Tree-SHA512: a8e5de051e1963c10d686d5cb5d1785e20f6cd322b9bfcf2d2f5c381d9124a9b8518671dfbedb11550bdfa66c8c64ad505c7e1604e2bfe23600de39cb20467dd
2 parents 375674f + 07c270d commit e745122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
target
1919
key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
2020
- name: Set default toolchain
21-
run: rustup default nightly
21+
run: rustup default nightly-2022-01-25
2222
- name: Set profile
2323
run: rustup set profile minimal
2424
- name: Update toolchain

0 commit comments

Comments
 (0)