chore(release): bump version to 0.12.1#132
Merged
ValuedMammal merged 3 commits intobitcoindevkit:masterfrom Jul 30, 2025
Merged
chore(release): bump version to 0.12.1#132ValuedMammal merged 3 commits intobitcoindevkit:masterfrom
0.12.1#132ValuedMammal merged 3 commits intobitcoindevkit:masterfrom
Conversation
Pull Request Test Coverage Report for Build 16610727105Details
💛 - 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`.
Contributor
|
ACK 008ea5b |
chrono-raven6i90
added a commit
to chrono-raven6i90/rust-esplora-client
that referenced
this pull request
Oct 28, 2025
…sion to `0.12.1`
008ea5b9ec247894216c2c36f81b808f4ebfee27 fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1` (Leonardo Lima)
a29eb5c78644f85da2e95edc781dd87eb66489c1 fix(ci): pin `socket2` to `0.5.10` (Leonardo Lima)
5bdd0f2fc292362c6e4e864f3ceed6cd8511a73c chore(release): bump version to `0.12.1` (Leonardo Lima)
Pull request description:
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`.
ACKs for top commit:
ValuedMammal:
ACK 008ea5b9ec247894216c2c36f81b808f4ebfee27
notmandatory:
ACK 008ea5b9ec247894216c2c36f81b808f4ebfee27
Tree-SHA512: 084e7eca9b2878c6b8e65884ae8b46897a0db9c9fa523d070fd119ab83ab9cb60e7dd7ee01e80abb7616708f23752e371dbbe350c18af38d0470672b90a27e5f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #131
0.12.1socket2to0.5.10webpki-roots1.0.2to1.0.1--
NOTE:
socket2to0.5.10in order to fix MSRV CI, the0.6.0is being pulled byhyper-util 0.1.16.webpki-rootsfrom1.0.2to1.0.1in order to fix MSRV CI,the
1.0.2is being pulled bywebpki-roots 0.26.11which is used byreqwest.