We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74abf66 commit 49a6715Copy full SHA for 49a6715
1 file changed
crates/ark/Cargo.toml
@@ -76,7 +76,7 @@ winsafe.workspace = true
76
yaml-rust.workspace = true
77
78
[dev-dependencies]
79
-ark = { path = ".", features = ["testing"] }
+ark = { workspace = true, features = ["testing"] }
80
ark_test.workspace = true
81
assert_matches.workspace = true
82
insta.workspace = true
0 commit comments