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

Fix Android build #180

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Oct 31, 2023

Fixes #179

Rust edition 2018 would include the dev-dependency bitcoinconsensus which broke during compilation of the Android targets.

Instead of figuring out if we can make it compile, we bump our crate edition, which won't include dev-dependencies in release builds, a win/win.

@tnull tnull changed the title Fix android build Fix Android build Oct 31, 2023
@tnull tnull merged commit 5c1f155 into lightningdevkit:main Nov 1, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android bindings generation broken as bitcoinconsensus fails to build.
1 participant