aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/libanalysis/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"
9parking_lot = "0.6.3" 9parking_lot = "0.6.3"
10once_cell = "0.1.4" 10once_cell = "0.1.4"
11rayon = "1.0.2" 11rayon = "1.0.2"
12fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} 12fst = "0.3.1"
13libsyntax2 = { path = "../libsyntax2" } 13libsyntax2 = { path = "../libsyntax2" }
14libeditor = { path = "../libeditor" } 14libeditor = { path = "../libeditor" }
15 15