Skip to content

Commit

Permalink
Document reliance on resolver's version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Sep 27, 2024
1 parent 1f5753d commit 5af6ba6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# Was necessary after switching to dev tree-sitter to fix this warning:
# > some crates are on edition 2021 which defaults to `resolver = "2"`, but
# > virtual workspaces default to `resolver = "1"`
# > virtual workspaces default to `resolver = "1"`.
#
# Also necessary to enable the `testing` feature of harp only when testing
# (i.e. when building downstream packages like Ark with Harp's `testing`
# feature set in `dev-dependencies`).
resolver = "2"

members = [
Expand Down

0 comments on commit 5af6ba6

Please sign in to comment.