-
Notifications
You must be signed in to change notification settings - Fork 322
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
release: bump version to 0.28.2, downgrade esplora-client to 0.4 #1074
release: bump version to 0.28.2, downgrade esplora-client to 0.4 #1074
Conversation
7f36140
to
1c74c4e
Compare
Can do this with a 0.28.2 release, need to make a 0.29.0 release that is the same as 0.28.1. |
Figured out the MSRV issues and decided to go back to releasing a 0.28.2 version. |
1c74c4e
to
0ba6bbe
Compare
@tnull after this PR goes in it should fix your issue after a bdk = "0.28.2" |
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.
Thanks!
@@ -223,4 +223,8 @@ cargo update -p zip --precise "0.6.3" | |||
cargo update -p base64ct --precise "1.5.3" | |||
# rustix 0.38.0 has MSRV 1.65.0 | |||
cargo update -p rustix --precise "0.37.23" | |||
# tokio 0.30.0 has MSRV 1.63.0 |
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.
nit: Probably 1.30.0?
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.
oops! published before I saw this. Will fix in 0.29 release. :-)
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 0ba6bbe.
release: bump version to 0.28.2, downgrade esplora-client to 0.4
Also fixes new MSRV 1.57.0 issues with the
tokio
andcc
dependencies.closed #1073