From 125d7fb61d4a1dcdc4c09bd9ddcb75bafff4f11b Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Thu, 9 Jan 2025 10:06:03 -0500 Subject: [PATCH] fix: add `testing` to dev-dependency for `stacks-common` --- stacks-signer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks-signer/Cargo.toml b/stacks-signer/Cargo.toml index e30c948469..eb58164a6e 100644 --- a/stacks-signer/Cargo.toml +++ b/stacks-signer/Cargo.toml @@ -49,6 +49,7 @@ rusqlite = { workspace = true, features = ["functions"] } [dev-dependencies] clarity = { path = "../clarity", features = ["testing"] } +stacks-common = { path = "../stacks-common", features = ["testing"] } num-traits = "0.2.18" [dependencies.serde_json]