Skip to content

Commit 5af6ba6

Browse files
committed
Document reliance on resolver's version 2
1 parent 1f5753d commit 5af6ba6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

812
members = [

0 commit comments

Comments
 (0)