diff options
author | Aleksey Kladov <[email protected]> | 2018-09-02 21:09:47 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-09-02 21:09:47 +0100 |
commit | a5e319ec7ed72d14486631934ff652d9fe4e5319 (patch) | |
tree | 8ab55c71188e69809faaa623a9424905cd673ed2 /crates/libanalysis/Cargo.toml | |
parent | 440dc41dd8f53876d0949272e76b1f560e10ec69 (diff) |
Store symbols separately from file data
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 9c7977e92..4d565e95f 100644 --- a/crates/libanalysis/Cargo.toml +++ b/crates/libanalysis/Cargo.toml | |||
@@ -8,7 +8,7 @@ relative-path = "0.3.7" | |||
8 | log = "0.4.2" | 8 | log = "0.4.2" |
9 | crossbeam-channel = "0.2.4" | 9 | crossbeam-channel = "0.2.4" |
10 | parking_lot = "0.6.3" | 10 | parking_lot = "0.6.3" |
11 | once_cell = "0.1.4" | 11 | once_cell = "0.1.5" |
12 | rayon = "1.0.2" | 12 | rayon = "1.0.2" |
13 | fst = "0.3.1" | 13 | fst = "0.3.1" |
14 | libsyntax2 = { path = "../libsyntax2" } | 14 | libsyntax2 = { path = "../libsyntax2" } |