fix(ci): pin dependencies to MSRV supported versions#138
Merged
ValuedMammal merged 1 commit intobitcoindevkit:masterfrom Oct 27, 2025
Merged
fix(ci): pin dependencies to MSRV supported versions#138ValuedMammal merged 1 commit intobitcoindevkit:masterfrom
ValuedMammal merged 1 commit intobitcoindevkit:masterfrom
Conversation
Pull Request Test Coverage Report for Build 18850046660Details
💛 - Coveralls |
5f8b9dc to
41b67fa
Compare
354c061 to
be3111a
Compare
In order to fix the MSRV CI steps the following dependencies needed to be pinned to a previous version: - `socket2@0.6.1` - `webkpi-roots@1.0.3` - `openssl` - `openssl-sys` - `syn`
be3111a to
9a7e826
Compare
socket2@0.6.1 and webkpi-roots@1.0.3
chrono-raven6i90
added a commit
to chrono-raven6i90/rust-esplora-client
that referenced
this pull request
Oct 28, 2025
…s to MSRV supported versions
9a7e826f0a3ddf145bf15080274b6bc231dc5228 fix(ci): pin dependencies to MSRV supported version (Leonardo Lima)
Pull request description:
To fix the MSRV CI steps, the following dependencies
needed to be pinned to a previous version:
- `socket2@0.6.1` to 0.5.10
- `webkpi-roots@1.0.3` to 1.0.1
- `openssl` to 0.10.73
- `openssl-sys` to 0.9.109
- `syn` to 2.0.106
I want to fix the CI so we can move forward with #114. After we cut a release with that one, we can move on to bumping the MSRV.
ACKs for top commit:
ValuedMammal:
ACK 9a7e826f0a3ddf145bf15080274b6bc231dc5228
Tree-SHA512: 4a13e03a1c66ba554926686149f5fc33ec926a11c94228a3402b87317c6e8958034483a04de84c072092c785de6229ff484da6ee8a3de33781788b5780139cb8
9 tasks
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.
To fix the MSRV CI steps, the following dependencies
needed to be pinned to a previous version:
socket2@0.6.1to 0.5.10webkpi-roots@1.0.3to 1.0.1opensslto 0.10.73openssl-systo 0.9.109synto 2.0.106I want to fix the CI so we can move forward with #114. After we cut a release with that one, we can move on to bumping the MSRV.