Pin histogram crate version to fix cargo publish
This commit is contained in:
@ -15,7 +15,7 @@ clap = "2.33.1"
|
|||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
dashmap = "4.0.2"
|
dashmap = "4.0.2"
|
||||||
histogram = "*"
|
histogram = "0.6.9"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10.3"
|
||||||
log = { version = "0.4.14" }
|
log = { version = "0.4.14" }
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
Reference in New Issue
Block a user