mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
switch to upstream fst
This commit is contained in:
parent
367e523442
commit
a48964c64d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ failure = "0.1.2"
|
||||||
parking_lot = "0.6.3"
|
parking_lot = "0.6.3"
|
||||||
once_cell = "0.1.4"
|
once_cell = "0.1.4"
|
||||||
rayon = "1.0.2"
|
rayon = "1.0.2"
|
||||||
fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
|
fst = "0.3.1"
|
||||||
libsyntax2 = { path = "../libsyntax2" }
|
libsyntax2 = { path = "../libsyntax2" }
|
||||||
libeditor = { path = "../libeditor" }
|
libeditor = { path = "../libeditor" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue