release: bump version to 0.28.2, downgrade esplora-client to 0.4#1074
Merged
notmandatory merged 2 commits intobitcoindevkit:release/0.28from Aug 10, 2023
Merged
Conversation
7f36140 to
1c74c4e
Compare
Member
Author
|
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. |
Member
Author
|
Figured out the MSRV issues and decided to go back to releasing a 0.28.2 version. |
1c74c4e to
0ba6bbe
Compare
Member
Author
|
@tnull after this PR goes in it should fix your issue after a bdk = "0.28.2" |
3 tasks
tnull
reviewed
Aug 10, 2023
| 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 |
Member
Author
There was a problem hiding this comment.
oops! published before I saw this. Will fix in 0.29 release. :-)
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.
release: bump version to 0.28.2, downgrade esplora-client to 0.4
Also fixes new MSRV 1.57.0 issues with the
tokioandccdependencies.closed #1073