Skip to content

Commit

Permalink
Indicate that resolver="1" is now allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 18, 2020
1 parent e4dea70 commit b753ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-cargo-features2.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ resolver = "2"

Setting the resolver to `"2"` switches Cargo to use the new feature resolver.
It also enables backwards-incompatible behavior detailed in [New command-line
behavior](#new-command-line-behavior). `"2"` is the only valid option, if
`resolver` is not specified then the old behavior is used.
behavior](#new-command-line-behavior). A value of `"1"` uses the previous
resolver behavior, which is the default if not specified.

The `resolver` field is only honored in the top-level package or workspace, it
is ignored in dependencies. This is because feature-unification is an
Expand Down

0 comments on commit b753ec1

Please sign in to comment.