Skip to content

Commit 0fa1ff3

Browse files
authored
Merge pull request #6228 from jferrant/bug/stacks-signer-feature-testing
Fix bug when calling `cargo check --features testing -p stacks-signer` and `cargo check --features testing -p stackslib`
2 parents ffc1b2e + 3cc135e commit 0fa1ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"]

stackslib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ disable-costs = []
100100
developer-mode = ["clarity/developer-mode"]
101101
monitoring_prom = ["prometheus"]
102102
slog_json = ["stacks-common/slog_json", "clarity/slog_json", "pox-locking/slog_json"]
103-
testing = ["chrono"]
103+
testing = ["chrono", "stacks-common/testing", "clarity/testing"]
104104

105105
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "x86", target_arch = "aarch64"), not(any(target_os="windows"))))'.dependencies]
106106
sha2 = { version = "0.10", features = ["asm"] }

0 commit comments

Comments
 (0)