Skip to content

Commit c042e1d

Browse files
committed
fix: do not enable testing feature in stacks-common
This can't be enabled outside of tests because it changes some default values specifically for testing purposes.
1 parent ad92204 commit c042e1d

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
@@ -36,7 +36,7 @@ serde_stacker = "0.1"
3636
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
3737
slog-json = { version = "2.3.0", optional = true }
3838
slog-term = "2.6.0"
39-
stacks-common = { path = "../stacks-common", features = ["testing"] }
39+
stacks-common = { path = "../stacks-common" }
4040
stackslib = { path = "../stackslib" }
4141
thiserror = { workspace = true }
4242
tiny_http = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)