diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 21:50:16 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 21:50:16 +0100 |
commit | a48964c64de635f532874ede293d91df54e624d7 (patch) | |
tree | d09b5ed5b90815bf0d2c67740450f2b997ab64df /crates/libanalysis/Cargo.toml | |
parent | 367e523442520a1ff9050210ee2573ac1abe4b25 (diff) |
switch to upstream fst
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r-- | crates/libanalysis/Cargo.toml | 2 |
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" | |||
9 | parking_lot = "0.6.3" | 9 | parking_lot = "0.6.3" |
10 | once_cell = "0.1.4" | 10 | once_cell = "0.1.4" |
11 | rayon = "1.0.2" | 11 | rayon = "1.0.2" |
12 | fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} | 12 | fst = "0.3.1" |
13 | libsyntax2 = { path = "../libsyntax2" } | 13 | libsyntax2 = { path = "../libsyntax2" } |
14 | libeditor = { path = "../libeditor" } | 14 | libeditor = { path = "../libeditor" } |
15 | 15 | ||