-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update CI to also test with MSRV #35
Labels
ci
Continuous Integration issues
Comments
3 tasks
Ugh, looks like https://github.com/rustls/rustls/blob/main/README.md |
I created a PR to change BDK MSRV to 1.57.0, we can discuss more here: bitcoindevkit/bdk#842 |
vladimirfomene
pushed a commit
to vladimirfomene/rust-esplora-client
that referenced
this issue
Jan 25, 2023
This PR solves issue bitcoindevkit#35 Signed-off-by: vladimirfomene <vladimirfomene@gmail.com>
vladimirfomene
pushed a commit
to vladimirfomene/rust-esplora-client
that referenced
this issue
Feb 2, 2023
This PR solves issue bitcoindevkit#35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like there was some a change in the dependencies for
esplora-client
0.3 and CI is failing onbdk
with it's MSRV1.56.1
. The CI for this project should be updated to test with ruststable
and MSRV. Then we'll have to decide also what MSRV to use, ideally should be same asbdk
but if not possible then bdk can keep using 0.2 for this project until able to update it's MSRV.see: https://github.com/bitcoindevkit/bdk/actions/runs/3999121592/jobs/6862629601
The text was updated successfully, but these errors were encountered: