Bump heed to 0.8.0 and handle abort errors

This commit is contained in:
Kerollmops
2020-05-26 17:03:53 +02:00
parent 166a301c7f
commit 8cebf78485
4 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ either = "1.5.3"
env_logger = "0.7.1"
fst = "0.4.4"
hashbrown = { version = "0.7.1", features = ["serde"] }
heed = "0.7.0"
heed = "0.8.0"
indexmap = { version = "1.3.2", features = ["serde-1"] }
intervaltree = "0.2.5"
itertools = "0.9.0"