We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5753d commit 5af6ba6Copy full SHA for 5af6ba6
Cargo.toml
@@ -2,7 +2,11 @@
2
3
# Was necessary after switching to dev tree-sitter to fix this warning:
4
# > some crates are on edition 2021 which defaults to `resolver = "2"`, but
5
-# > virtual workspaces default to `resolver = "1"`
+# > 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`).
10
resolver = "2"
11
12
members = [
0 commit comments