Skip to content

Commit 993ae06

Browse files
committed
Merge #2019: ci: pin time for msrv
09b42d0 ci: pin `time` for msrv (Wei Chen) Pull request description: ### Description Pin `time` to `0.3.41` for 1.75 MSRV. ### Changelog notice * Pin `time` to `0.3.41` for 1.75 MSRV. ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: ValuedMammal: ACK 09b42d0 Tree-SHA512: cca9ffaba8903372652fa4e251b1838d7ff05e0e9f5b3f24b06aeb1c64773fc56212259d49060521c0220f6f48a64a3775e9b2f6c24da7e9292fd9d6bba65875
2 parents 333cc2a + 09b42d0 commit 993ae06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
cargo update -p minreq --precise "2.13.2"
5757
cargo update -p rayon --precise "1.10.0"
5858
cargo update -p rayon-core --precise "1.12.1"
59+
cargo update -p time --precise "0.3.41"
5960
- name: Pin dependencies for MSRV
6061
if: matrix.rust.version == '1.63.0'
6162
run: ./ci/pin-msrv.sh

0 commit comments

Comments
 (0)