Merge bitcoindevkit/bdk#1182: chore: fix MSRV for flate2
95250fc44ed1372e77995d04ac2b380e0cb126a0 ci(chain): downgrade hashbrown dependency to 0.9.1 to fix ahash related MSRV issue (Steve Myers) f17df1e1338c63cb79b5f9b2223dba347244c432 ci: more fixed dependencies for MSRV 1.57.0 (Vladimir Fomene) Pull request description: ACKs for top commit: notmandatory: ACK 95250fc44ed1372e77995d04ac2b380e0cb126a0 realeinherjar: ACK 95250fc44ed1372e77995d04ac2b380e0cb126a0 evanlinjin: ACK 95250fc44ed1372e77995d04ac2b380e0cb126a0 Tree-SHA512: ad090713d97cf778598bb4acee200d7acbc987fe74964f171cc9939149251bddce9474b750371df26d3f6548780f4db2c17b3fe2cf5f6d627c808d682c929918
This commit is contained in:
commit
2f2f138595
14
.github/workflows/cont_integration.yml
vendored
14
.github/workflows/cont_integration.yml
vendored
@ -32,21 +32,23 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo update -p log --precise "0.4.18"
|
cargo update -p log --precise "0.4.18"
|
||||||
cargo update -p tempfile --precise "3.6.0"
|
cargo update -p tempfile --precise "3.6.0"
|
||||||
cargo update -p rustls:0.21.7 --precise "0.21.1"
|
cargo update -p rustls:0.21.8 --precise "0.21.1"
|
||||||
cargo update -p rustls:0.20.9 --precise "0.20.8"
|
cargo update -p rustls:0.20.9 --precise "0.20.8"
|
||||||
cargo update -p tokio:1.33.0 --precise "1.29.1"
|
cargo update -p tokio --precise "1.29.1"
|
||||||
cargo update -p tokio-util --precise "0.7.8"
|
cargo update -p tokio-util --precise "0.7.8"
|
||||||
cargo update -p flate2:1.0.27 --precise "1.0.26"
|
cargo update -p flate2 --precise "1.0.26"
|
||||||
cargo update -p reqwest --precise "0.11.18"
|
cargo update -p reqwest --precise "0.11.18"
|
||||||
cargo update -p h2 --precise "0.3.20"
|
cargo update -p h2 --precise "0.3.20"
|
||||||
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
|
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
|
||||||
cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
|
cargo update -p rustls-webpki:0.101.7 --precise "0.101.1"
|
||||||
cargo update -p zip:0.6.6 --precise "0.6.2"
|
cargo update -p zip --precise "0.6.2"
|
||||||
cargo update -p time --precise "0.3.13"
|
cargo update -p time --precise "0.3.13"
|
||||||
cargo update -p cc --precise "1.0.81"
|
|
||||||
cargo update -p byteorder --precise "1.4.3"
|
cargo update -p byteorder --precise "1.4.3"
|
||||||
cargo update -p webpki --precise "0.22.2"
|
cargo update -p webpki --precise "0.22.2"
|
||||||
cargo update -p jobserver --precise "0.1.26"
|
cargo update -p jobserver --precise "0.1.26"
|
||||||
|
cargo update -p os_str_bytes --precise 6.5.1
|
||||||
|
cargo update -p sct --precise 0.7.0
|
||||||
|
cargo update -p cc --precise "1.0.81"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build ${{ matrix.features }}
|
run: cargo build ${{ matrix.features }}
|
||||||
- name: Test
|
- name: Test
|
||||||
|
18
README.md
18
README.md
@ -70,15 +70,15 @@ cargo update -p log --precise "0.4.18"
|
|||||||
# tempfile 3.7.0 has MSRV 1.63.0+
|
# tempfile 3.7.0 has MSRV 1.63.0+
|
||||||
cargo update -p tempfile --precise "3.6.0"
|
cargo update -p tempfile --precise "3.6.0"
|
||||||
# rustls 0.21.7 has MSRV 1.60.0+
|
# rustls 0.21.7 has MSRV 1.60.0+
|
||||||
cargo update -p rustls:0.21.7 --precise "0.21.1"
|
cargo update -p rustls:0.21.8 --precise "0.21.1"
|
||||||
# rustls 0.20.9 has MSRV 1.60.0+
|
# rustls 0.20.9 has MSRV 1.60.0+
|
||||||
cargo update -p rustls:0.20.9 --precise "0.20.8"
|
cargo update -p rustls:0.20.9 --precise "0.20.8"
|
||||||
# tokio 1.33 has MSRV 1.63.0+
|
# tokio 1.33 has MSRV 1.63.0+
|
||||||
cargo update -p tokio:1.33.0 --precise "1.29.1"
|
cargo update -p tokio --precise "1.29.1"
|
||||||
# tokio-util 0.7.9 doesn't build with MSRV 1.57.0
|
# tokio-util 0.7.9 doesn't build with MSRV 1.57.0
|
||||||
cargo update -p tokio-util --precise "0.7.8"
|
cargo update -p tokio-util --precise "0.7.8"
|
||||||
# flate2 1.0.27 has MSRV 1.63.0+
|
# flate2 1.0.27 has MSRV 1.63.0+
|
||||||
cargo update -p flate2:1.0.27 --precise "1.0.26"
|
cargo update -p flate2 --precise "1.0.26"
|
||||||
# reqwest 0.11.19 has MSRV 1.63.0+
|
# reqwest 0.11.19 has MSRV 1.63.0+
|
||||||
cargo update -p reqwest --precise "0.11.18"
|
cargo update -p reqwest --precise "0.11.18"
|
||||||
# h2 0.3.21 has MSRV 1.63.0+
|
# h2 0.3.21 has MSRV 1.63.0+
|
||||||
@ -86,19 +86,23 @@ cargo update -p h2 --precise "0.3.20"
|
|||||||
# rustls-webpki 0.100.3 has MSRV 1.60.0+
|
# rustls-webpki 0.100.3 has MSRV 1.60.0+
|
||||||
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
|
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
|
||||||
# rustls-webpki 0.101.2 has MSRV 1.60.0+
|
# rustls-webpki 0.101.2 has MSRV 1.60.0+
|
||||||
cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
|
cargo update -p rustls-webpki:0.101.7 --precise "0.101.1"
|
||||||
# zip 0.6.6 has MSRV 1.59.0+
|
# zip 0.6.6 has MSRV 1.59.0+
|
||||||
cargo update -p zip:0.6.6 --precise "0.6.2"
|
cargo update -p zip --precise "0.6.2"
|
||||||
# time 0.3.14 has MSRV 1.59.0+
|
# time 0.3.14 has MSRV 1.59.0+
|
||||||
cargo update -p time --precise "0.3.13"
|
cargo update -p time --precise "0.3.13"
|
||||||
# cc 1.0.82 has MSRV 1.61.0+
|
|
||||||
cargo update -p cc --precise "1.0.81"
|
|
||||||
# byteorder 1.5.0 has MSRV 1.60.0+
|
# byteorder 1.5.0 has MSRV 1.60.0+
|
||||||
cargo update -p byteorder --precise "1.4.3"
|
cargo update -p byteorder --precise "1.4.3"
|
||||||
# webpki 0.22.4 requires `ring:0.17.2` which has MSRV 1.61.0+
|
# webpki 0.22.4 requires `ring:0.17.2` which has MSRV 1.61.0+
|
||||||
cargo update -p webpki --precise "0.22.2"
|
cargo update -p webpki --precise "0.22.2"
|
||||||
# jobserver 0.1.27 has MSRV 1.66.0+
|
# jobserver 0.1.27 has MSRV 1.66.0+
|
||||||
cargo update -p jobserver --precise "0.1.26"
|
cargo update -p jobserver --precise "0.1.26"
|
||||||
|
# os_str_bytes 6.6.0 has MSRV 1.61.0+
|
||||||
|
cargo update -p os_str_bytes --precise 6.5.1
|
||||||
|
# sct 0.7.1 has MSRV 1.61.0+
|
||||||
|
cargo update -p sct --precise 0.7.0
|
||||||
|
# cc 1.0.82 has MSRV 1.61.0+
|
||||||
|
cargo update -p cc --precise "1.0.81"
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -18,8 +18,8 @@ bitcoin = { version = "0.30.0", default-features = false }
|
|||||||
serde_crate = { package = "serde", version = "1", optional = true, features = ["derive"] }
|
serde_crate = { package = "serde", version = "1", optional = true, features = ["derive"] }
|
||||||
|
|
||||||
# Use hashbrown as a feature flag to have HashSet and HashMap from it.
|
# Use hashbrown as a feature flag to have HashSet and HashMap from it.
|
||||||
# note version 0.13 breaks outs MSRV.
|
# note versions > 0.9.1 breaks ours 1.57.0 MSRV.
|
||||||
hashbrown = { version = "0.11", optional = true, features = ["serde"] }
|
hashbrown = { version = "0.9.1", optional = true, features = ["serde"] }
|
||||||
miniscript = { version = "10.0.0", optional = true, default-features = false }
|
miniscript = { version = "10.0.0", optional = true, default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user