Fix multiple bugs

This commit is contained in:
Kerollmops
2020-06-11 11:55:03 +02:00
parent 4e86ecf807
commit 0a83a86e65
6 changed files with 63 additions and 50 deletions

View File

@ -18,7 +18,7 @@ jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
memmap = "0.7.0"
once_cell = "1.4.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "6acef3d" }
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "9451be8" }
rayon = "1.3.0"
roaring = "0.5.2"
slice-group-by = "0.2.6"