Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't unify "real" and dev dependencies
This commit moves the library and `binaries` targets to `resolver = "2"` so that `dev-dependencies` don't get pulled in when building non-test configurations of the `prio` library. Up until now, the crate releases were enabling feature `test-vector`, unnecessarily including the `test_vector` module and its dependencies. See [1] for details on dependency resolution with the new resolver. [1]: rust-lang/cargo#4866
- Loading branch information