Skip to content
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 to v0.28.0 #26

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

ulrichard
Copy link
Collaborator

No description provided.

@ulrichard ulrichard force-pushed the feature/update_bdk_v0.28 branch 2 times, most recently from 932dba8 to a1e156a Compare April 25, 2023 15:02
@@ -11,7 +11,7 @@ jobs:
matrix:
rust:
- 1.65.0 # STABLE
- 1.57.0 # MSRV
- 1.59.0 # MSRV
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Following the MSRV of a sub-dependency:
zip-rs/zip-old@a06b947

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to keep the 1.57.0 MSRV by adding to Cargo.toml:

[dev-dependencies]

# zip versions after 0.6.3 don't work with our MSRV 1.57.0
zip = "=0.6.3"
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
base64ct = "<1.6.0"

See also: bitcoindevkit/bdk#877

Copy link

@meehow meehow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ulrichard ulrichard force-pushed the feature/update_bdk_v0.28 branch 2 times, most recently from 10d6118 to 98a09a6 Compare May 24, 2023 09:34
Not updating electrsd because of the MSRV
Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 02bba37

@notmandatory notmandatory merged commit 3f26bd1 into bitcoindevkit:main Jul 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants