Skip to content

Conversation

oleonardolima
Copy link
Collaborator

@oleonardolima oleonardolima commented Jul 29, 2025

fixes #131

  • chore(release): bump the crate version to 0.12.1
  • fix(ci): pin socket2 to 0.5.10
  • fix(ci): pin webpki-roots 1.0.2 to 1.0.1

--

NOTE:

  • it's required to pin socket2 to 0.5.10 in order to fix MSRV CI, the 0.6.0 is being pulled by hyper-util 0.1.16.
  • it's required to pin webpki-roots from 1.0.2 to 1.0.1 in order to fix MSRV CI,
    the 1.0.2 is being pulled by webpki-roots 0.26.11 which is used by
    reqwest.

@coveralls
Copy link

coveralls commented Jul 29, 2025

Pull Request Test Coverage Report for Build 16610727105

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.919%

Totals Coverage Status
Change from base Build 16269444601: 0.0%
Covered Lines: 1010
Relevant Lines: 1162

💛 - Coveralls

- it's required to pin to `0.5.10` in order to fix MSRV CI, the `0.6.0`
  is being pulled by `hyper-util 0.1.16`.
- it's required to pin from `1.0.2` to `1.0.1` in order to fix MSRV CI,
  the `1.0.2` is being pulled by `webpki-roots 0.26.11` which is used by
`reqwest`.
Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 008ea5b

@ValuedMammal
Copy link
Contributor

ACK 008ea5b

@ValuedMammal ValuedMammal merged commit 5740ceb into bitcoindevkit:master Jul 30, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

release: esplora-client 0.12.1
4 participants