Skip to content

Commit 383753a

Browse files
committed
Merge bitcoindevkit/bdk#1883: ci: pin once_cell to 1.20.3 for MSRV
2db868f ci: pin `once_cell` to `1.20.3` for MSRV (Wei Chen) Pull request description: ### Description Pin `once_cell` to `1.20.3` for MSRV. ### 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: ValuedMammal: ACK 2db868f Tree-SHA512: d1738efd3f126a896157dd06d1366dcd9b90221184e422418e510c98c770b1fc7c479af0ec8c3efa5992775d0296e7ce8b5c546a8f44a800d706202738fdee59
2 parents 89bd47b + 2db868f commit 383753a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/pin-msrv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ cargo update -p native-tls --precise "0.2.13"
2525
cargo update -p flate2 --precise "1.0.35"
2626
cargo update -p bzip2-sys --precise "0.1.12"
2727
cargo update -p ring --precise "0.17.12"
28+
cargo update -p once_cell --precise "1.20.3"

0 commit comments

Comments
 (0)