Skip to content

Commit dd95361

Browse files
committed
test_harness - Cargo - add test-util for primitives
1 parent 1c87423 commit dd95361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.0"
55
authors = ["Ambire <[email protected]>", "Lachezar Lechev <[email protected]>"]
66

77
[dependencies]
8-
primitives = { path = "../primitives", features = ["postgres"] }
8+
primitives = { path = "../primitives", features = ["postgres", "test-util"] }
99
adapter = { version = "0.1", path = "../adapter", features = ["test-util"] }
1010
sentry = { version = "0.1", path = "../sentry", features = ["test-util"] }
1111
validator_worker = { version = "0.2", path = "../validator_worker" }

0 commit comments

Comments
 (0)