Pin histogram crate version to fix cargo publish
(cherry picked from commit 01b6f97f0b
)
# Conflicts:
# ledger-tool/Cargo.toml
This commit is contained in:
@ -15,8 +15,13 @@ bytecount = "0.6.2"
|
|||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
dashmap = "4.0.2"
|
dashmap = "4.0.2"
|
||||||
|
<<<<<<< HEAD
|
||||||
histogram = "*"
|
histogram = "*"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
|
=======
|
||||||
|
histogram = "0.6.9"
|
||||||
|
itertools = "0.10.3"
|
||||||
|
>>>>>>> 01b6f97f0 (Pin histogram crate version to fix cargo publish)
|
||||||
log = { version = "0.4.14" }
|
log = { version = "0.4.14" }
|
||||||
regex = "1"
|
regex = "1"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
Reference in New Issue
Block a user