Skip to content

Commit

Permalink
fix: do not enable testing feature in stacks-common
Browse files Browse the repository at this point in the history
This can't be enabled outside of tests because it changes some default
values specifically for testing purposes.
  • Loading branch information
obycode committed Jan 9, 2025
1 parent ad92204 commit c042e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_stacker = "0.1"
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
slog-json = { version = "2.3.0", optional = true }
slog-term = "2.6.0"
stacks-common = { path = "../stacks-common", features = ["testing"] }
stacks-common = { path = "../stacks-common" }
stackslib = { path = "../stackslib" }
thiserror = { workspace = true }
tiny_http = { version = "0.12", optional = true }
Expand Down

0 comments on commit c042e1d

Please sign in to comment.