-
Notifications
You must be signed in to change notification settings - Fork 31
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
1 parent
aa19100
commit 8cbf27c
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters