Skip to content

Commit eaf4464

Browse files
committed
Enalbe service feature in iroh-dns-server
1 parent 20b7b56 commit eaf4464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ governor = "0.6.3" #needs new release of tower_governor for 0.7.0
2828
hickory-server = { version = "=0.25.0-alpha.5", features = ["dns-over-rustls", "dns-over-https-rustls"] }
2929
http = "1.0.0"
3030
humantime-serde = "1.1.1"
31-
iroh-metrics = { version = "0.31.0" }
31+
iroh-metrics = { version = "0.31.0", features = ["metrics", "service"] }
3232
lru = "0.12.3"
3333
n0-future = "0.1.2"
3434
pkarr = { version = "2.3.1", features = [ "async", "relay", "dht"], default-features = false }

0 commit comments

Comments
 (0)