Skip to content

Commit 0d1ed28

Browse files
committed
fix: prometheus build
1 parent 67a9d79 commit 0d1ed28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testnet/stacks-node/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hashbrown = { workspace = true }
3232
rusqlite = { workspace = true }
3333
async-h1 = { version = "2.3.2", optional = true }
3434
async-std = { version = "1.6", optional = true, features = ["attributes"] }
35+
http-types = { version = "2.12", optional = true }
3536

3637
[target.'cfg(not(any(target_os = "macos", target_os="windows", target_arch = "arm")))'.dependencies]
3738
tikv-jemallocator = {workspace = true}
@@ -61,7 +62,7 @@ name = "stacks-events"
6162
path = "src/stacks_events.rs"
6263

6364
[features]
64-
monitoring_prom = ["stacks/monitoring_prom", "libsigner/monitoring_prom", "stacks-signer/monitoring_prom", "dep:async-h1", "dep:async-std"]
65+
monitoring_prom = ["stacks/monitoring_prom", "libsigner/monitoring_prom", "stacks-signer/monitoring_prom", "async-h1", "async-std", "http-types"]
6566
slog_json = ["stacks/slog_json", "stacks-common/slog_json", "clarity/slog_json"]
6667
prod-genesis-chainstate = []
6768
default = []

0 commit comments

Comments
 (0)