Skip to content

Commit

Permalink
Disable hdrhistogram features
Browse files Browse the repository at this point in the history
This causes nom to be pulled in, which currently causes the CI error and build
conflict between `funty` and `bitvec`: ferrilab/funty#3

We don't need the feature in this scenario anyway.
  • Loading branch information
Matthias247 authored and djc committed Feb 15, 2021
1 parent 3acf0f2 commit cd974a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd974a7

Please sign in to comment.