diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-22 12:38:59 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-22 12:38:59 +0000 |
commit | 708a7d24c5bfa3fd87d9b3b762d71c2a9916c6e1 (patch) | |
tree | 2241ded0c8a4a0c0b5abc719db2b81262bda6eff /Cargo.lock | |
parent | 6bc09e2ff82c588d3923aed3fe3c869e8aa70dc1 (diff) | |
parent | fda70badf8957eba6650cc12d2f485d5e213bb82 (diff) |
Merge #1017
1017: line_index and line_index_utils moved to ra_ide_api r=matklad a=pasa
line_index and line_index_utils for issue #1009
Co-authored-by: Sergey Parilin <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 50fe1fa23..9c7afe74b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1005,6 +1005,7 @@ dependencies = [ | |||
1005 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1008 | "ra_assists 0.1.0", | 1009 | "ra_assists 0.1.0", |
1009 | "ra_db 0.1.0", | 1010 | "ra_db 0.1.0", |
1010 | "ra_hir 0.1.0", | 1011 | "ra_hir 0.1.0", |
@@ -1014,6 +1015,7 @@ dependencies = [ | |||
1014 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1017 | "test_utils 0.1.0", | 1019 | "test_utils 0.1.0", |
1018 | "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1020 | "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | ] | 1021 | ] |