-
Notifications
You must be signed in to change notification settings - Fork 792
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
[Merged by Bors] - crypto/bls
: make blst
dependency optional
#3387
Conversation
I see that |
Thanks for the contribution. This looks quite simple, but we're in the middle of a release at the moment and are holding off on merging non-critical PRs until we have release stability. |
Ok, thanks! I hope it will be included in the next release then :) |
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!
bors r+ |
## Issue Addressed #3386 ## Proposed Changes * make `blst` crate `optional` * include `blst` dependency into `supranational` feature * hide `blst`-related code with `supranational` feature Co-authored-by: Kirill <[email protected]>
Build failed (retrying...): |
## Issue Addressed #3386 ## Proposed Changes * make `blst` crate `optional` * include `blst` dependency into `supranational` feature * hide `blst`-related code with `supranational` feature Co-authored-by: Kirill <[email protected]>
I'm going to fix the batch bors r- |
Canceled. |
bors r+ |
## Issue Addressed #3386 ## Proposed Changes * make `blst` crate `optional` * include `blst` dependency into `supranational` feature * hide `blst`-related code with `supranational` feature Co-authored-by: Kirill <[email protected]>
crypto/bls
: make blst
dependency optionalcrypto/bls
: make blst
dependency optional
Issue Addressed
#3386
Proposed Changes
blst
crateoptional
blst
dependency intosupranational
featureblst
-related code withsupranational
feature