Pin histogram crate version to fix cargo publish

This commit is contained in:
Michael Vines 2022-03-13 14:35:06 -07:00
parent 7758c32035
commit 01b6f97f0b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ clap = "2.33.1"
crossbeam-channel = "0.5"
csv = "1.1.6"
dashmap = "4.0.2"
histogram = "*"
histogram = "0.6.9"
itertools = "0.10.3"
log = { version = "0.4.14" }
regex = "1"