Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
sapling-crypto
default features by default
The only default-enabled feature flag in `sapling-crypto` is the `multicore` feature flag, which we re-export in each crate that includes proof creation. We need to disable it as a default feature of our dependency in order to enable it to be correctly disabled when a user of e.g. `zcash_primitives` disables its default features.
- Loading branch information