Fix the update system to always consume updates even if failing

This commit is contained in:
Clément Renault
2019-10-31 17:27:58 +01:00
parent b73874bf24
commit 6b326a45d7
4 changed files with 52 additions and 30 deletions

View File

@ -12,7 +12,7 @@ crossbeam-channel = "0.3.9"
deunicode = "1.0.0"
env_logger = "0.7.0"
hashbrown = { version = "0.6.0", features = ["serde"] }
heed = "0.3.0"
heed = "0.3.1"
log = "0.4.8"
meilidb-schema = { path = "../meilidb-schema", version = "0.6.0" }
meilidb-tokenizer = { path = "../meilidb-tokenizer", version = "0.6.0" }