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

Remove "use-miniscript" feature #85

Merged

Conversation

tcharding
Copy link
Contributor

The use-miniscript feature just enables the optional miniscript dependency, this is redundant because one can enable the dependency with cargo check --features=miniscript.

Also the feature gating works just fine with #[cfg(feature = "miniscript")]

The `use-miniscript` feature just enables the optional `miniscript`
dependency, this is redundant because one can enable the dependency with
`cargo check --features=miniscript`.

Also the feature gating works just fine with

  `#[cfg(feature = "miniscript")]`
@tcharding tcharding changed the title Remove use-miniscript feature Remove "use-miniscript" feature Jun 28, 2023
Copy link
Member

@danielabrozzoni danielabrozzoni left a comment

Choose a reason for hiding this comment

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

I didn't know this was possible! Thanks :)

ACK 7da54d5

@danielabrozzoni danielabrozzoni merged commit 90e5bc2 into bitcoindevkit:master Jun 28, 2023
7 checks passed
@tcharding
Copy link
Contributor Author

Happy to be able to share, I learned so much the last years working with the rust-bitcoin crew, good to disseminate the knowledge.

@tcharding tcharding deleted the 06-28-miniscript-dep branch July 12, 2023 04:55
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.

2 participants