Skip to content

Commit 3cc135e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)