From a48964c64de635f532874ede293d91df54e624d7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 25 Aug 2018 23:50:16 +0300 Subject: switch to upstream fst --- crates/libanalysis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml index 6337bcf64..a8ef5e5f4 100644 --- a/crates/libanalysis/Cargo.toml +++ b/crates/libanalysis/Cargo.toml @@ -9,7 +9,7 @@ failure = "0.1.2" parking_lot = "0.6.3" once_cell = "0.1.4" rayon = "1.0.2" -fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} +fst = "0.3.1" libsyntax2 = { path = "../libsyntax2" } libeditor = { path = "../libeditor" } -- cgit v1.2.3