Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] Check both backend features are not enabled simultaneously
This would typically happen with somebody compiling with `--features "vanilla"` rather than `--features "vanilla" --no-default-features`. This is a follow-up to aptos-labs#4970, which made a feature control how we load dalek dependencies, and aptos-labs#5126 and following, which enable the new resolver and therefore help features have real mutually-exclusive semantics. Closes: aptos-labs#5230 Approved by: metajack
- Loading branch information