Skip to content

Commit

Permalink
Pin minreq to 2.8.0
Browse files Browse the repository at this point in the history
bitcoind crate is using minreq 2.9.0 which requires 1.60 MSRV and we want
to support 1.57 MSRV
  • Loading branch information
jbesraa committed Aug 27, 2023
1 parent 0c6a2e5 commit a958448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cargo update -p log --precise 0.4.18
cargo update -p tempfile --precise 3.6.0
cargo update -p flate2 --precise 1.0.26
cargo update -p minreq --precise 2.8.0
- name: test
run: cargo test --verbose --all-features --lib

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ To build and test with the MSRV you will need to pin the below dependency versio
cargo update -p log --precise 0.4.18
cargo update -p tempfile --precise 3.6.0
cargo update -p flate2 --precise 1.0.26
cargo update -p minreq --precise 2.8.0
```

## License
Expand Down

0 comments on commit a958448

Please sign in to comment.