Skip to content

Commit 793bbc7

Browse files
committed
fix: add chrono back in stackslib tests
1 parent 0596a3d commit 793bbc7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackslib/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ url = "2.1.0"
4444
percent-encoding = "2.1.0"
4545
prometheus = { version = "0.9", optional = true }
4646
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
47+
chrono = { version = "0.4.19", optional = true }
4748
clarity = { path = "../clarity" }
4849
stacks-common = { path = "../stacks-common" }
4950
pox-locking = { path = "../pox-locking" }
@@ -90,6 +91,7 @@ rstest = "0.17.0"
9091
rstest_reuse = "0.5.0"
9192
mutants = "0.0.3"
9293
rlimit = "0.10.2"
94+
chrono = "0.4.19"
9395

9496
[features]
9597
default = []
@@ -98,7 +100,7 @@ disable-costs = []
98100
developer-mode = ["clarity/developer-mode"]
99101
monitoring_prom = ["prometheus"]
100102
slog_json = ["stacks-common/slog_json", "clarity/slog_json", "pox-locking/slog_json"]
101-
testing = []
103+
testing = ["chrono"]
102104

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

0 commit comments

Comments
 (0)