-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump project MSRV to 1.57.0 #842
Bump project MSRV to 1.57.0 #842
Conversation
I'm favoring this option since MSRVs and dependencies will change anyway when we get the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a6d3823
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a6d3823
a6d3823
to
f45f451
Compare
f45f451
to
b02bfb3
Compare
147a4ed Update electrsd to version 0.22 (Steve Myers) Pull request description: ### Description Update `electrsd` dev-dependency to version `0.22`. ### Notes to the reviewers We're able to do this now that esplora was updated in #830 and our MSRV was bumped to `1.57.0` in #842. ### Changelog None. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: rajarshimaitra: ACK 147a4ed Tree-SHA512: 20e0aebb02d786a4d426a2d2e66b78225a803eee2c2f6092b0cf8f18e6fe91e37ef7a74e109e3ad4d734af8de4dc71598f7e80f50d40187442dad323000c6090
We're planning to move MSRV down as soon as we can find replacements or test version or features re-configs for the dependencies that are causing us to move up. See #331 for some preliminary analysis. |
Description
Bump project MSRV from 1.56.1 to 1.57.0.
Also bumped the
check-wasm
andtest_hardware_wallet
jobs rust STABLE version to 1.65.0 to match other jobs.Notes to the reviewers
The
rustls
crate changed their MSRV to 1.57 on 2023-01-12 with a patch release from 0.20.7 to 0.20.8, rustls/rustls#1152. This breaks our CI builds that useesplora-client
0.3 because it depends on a version ofureq
that uses the latestrustls
.https://github.com/rustls/rustls/blob/main/README.md
Changelog notice
Project MSRV changed from 1.56.1 to 1.57.0.
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing