Skip to content

Commit 7d4128e

Browse files
notmandatoryevanlinjin
authored andcommitted
ci: pin ring dep to 0.17.12 to fix MSRV
The latest ring version 0.17.13 changed their MSRV from 1.63 to 1.66. The bdk_esplora client depends on ring. ring v0.17.12 ├── rustls v0.21.12 │ ├── minreq v2.13.2 │ │ ├── esplora-client v0.11.0 │ │ │ ├── bdk_esplora v0.20.1
1 parent b2049a7 commit 7d4128e

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
@@ -24,3 +24,4 @@ cargo update -p unicode-width --precise "0.1.13"
2424
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"
27+
cargo update -p ring --precise "0.17.12"

0 commit comments

Comments
 (0)