Skip to content

Commit e3e4206

Browse files
committed
Fix cargo check --features testing -p stacks-signer
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent 391262c commit e3e4206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ features = ["serde", "recovery"]
6161
[features]
6262
default = []
6363
monitoring_prom = ["prometheus", "tiny_http"]
64-
testing = []
64+
testing = ["stacks-common/testing"]

0 commit comments

Comments
 (0)