From 7ff5c7c7975a04c50d30f915879b1c3fe0c066d6 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 2 Mar 2020 21:47:05 +0900 Subject: [PATCH] Removing the fst feature in the levenshtein_automata crate. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5609a9f62..8cb88bee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"