Removing the fst feature in the levenshtein_automata crate.

This commit is contained in:
Paul Masurel
2020-03-02 21:47:05 +09:00
parent 1748602691
commit 7ff5c7c797

View File

@@ -31,7 +31,7 @@ serde_json = "1.0"
num_cpus = "1.2"
fs2={version="0.4", optional=true}
itertools = "0.8"
levenshtein_automata = {version="0.1", features=["fst_automaton"]}
levenshtein_automata = "0.1"
notify = {version="4", optional=true}
uuid = { version = "0.8", features = ["v4", "serde"] }
crossbeam = "0.7"