Disable the fst MemMap feature

This commit is contained in:
Clément Renault
2019-11-17 11:43:00 +01:00
parent 26bdabcdec
commit 2dd7751e09
2 changed files with 1 additions and 12 deletions

View File

@ -12,7 +12,7 @@ chrono = { version = "0.4.9", features = ["serde"] }
crossbeam-channel = "0.4.0"
deunicode = "1.0.0"
env_logger = "0.7.0"
fst = "0.3.5"
fst = { version = "0.3.5", default-features = false }
hashbrown = { version = "0.6.0", features = ["serde"] }
heed = "0.5.0"
levenshtein_automata = { version = "0.1.1", features = ["fst_automaton"] }