Skip to content

Commit 9bd5286

Browse files
committed
Merge #1137: fix: Add the pinning of time/cc in README
f28e665 ci: update code_coverage workflow to use rust stable version (Steve Myers) edfd4c2 fix: Add the pinning of time/cc in README (Daniela Brozzoni) Pull request description: Should have been in #1135, sorry. ### 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) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK f28e665 Tree-SHA512: e1c2c05f436da1fd59b9988628318c0563b2dbe85a5f4fb8aef4c35d7601c441a542e8a2c3591c02f3a05ad9456cfc2d3f5e8605064498a56a39766f5bcbc2e1
2 parents 417963f + f28e665 commit 9bd5286

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rust toolchain
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: "1.67.0"
22+
toolchain: stable
2323
override: true
2424
profile: minimal
2525
components: llvm-tools-preview

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
8989
cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
9090
# zip 0.6.3 has MSRV 1.59.0+
9191
cargo update -p zip:0.6.6 --precise "0.6.2"
92+
# time 0.3.14 has MSRV 1.59.0+
93+
cargo update -p time --precise "0.3.13"
94+
# cc 1.0.82 has MSRV 1.61.0+
95+
cargo update -p cc --precise "1.0.81"
9296
```
9397

9498
## License

0 commit comments

Comments
 (0)