Skip to content

Commit 49a6715

Browse files
committed
Fix workspace inheritance
1 parent 74abf66 commit 49a6715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ winsafe.workspace = true
7676
yaml-rust.workspace = true
7777

7878
[dev-dependencies]
79-
ark = { path = ".", features = ["testing"] }
79+
ark = { workspace = true, features = ["testing"] }
8080
ark_test.workspace = true
8181
assert_matches.workspace = true
8282
insta.workspace = true

0 commit comments

Comments
 (0)