mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-25 04:35:17 +00:00
Disable hdrhistogram features
This causes nom to be pulled in, which currently causes the CI error and build conflict between `funty` and `bitvec`: https://github.com/myrrlyn/funty/issues/3 We don't need the feature in this scenario anyway.
This commit is contained in:
committed by
Dirkjan Ochtman
parent
3acf0f29b6
commit
cd974a7945
+1
-1
@@ -10,7 +10,7 @@ publish = false
|
||||
anyhow = "1.0.22"
|
||||
bytes = "1"
|
||||
futures = "0.3.8"
|
||||
hdrhistogram = "7.2"
|
||||
hdrhistogram = { version = "7.2", default-features = false }
|
||||
quinn = { path = "../quinn" }
|
||||
rcgen = "0.8"
|
||||
rustls = "0.19"
|
||||
|
||||
Reference in New Issue
Block a user