Skip to content

Commit

Permalink
Update workspace feature resolver version to 2
Browse files Browse the repository at this point in the history
Version 1 of feature resolver always causes features unification of
build and dev dependencies, which is unwanted in some circumstances.
For example, the `dev` feature of the `digest` always depends on
`alloc` which requires to define a global allocator in static libs
even though that is never used by library code.
  • Loading branch information
zeegomo committed Apr 8, 2022
1 parent 5038caf commit 7aeccc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"blake2",
"fsb",
Expand Down

0 comments on commit 7aeccc5

Please sign in to comment.