aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSergey Parilin <[email protected]>2019-03-22 12:24:43 +0000
committerSergey Parilin <[email protected]>2019-03-22 12:24:43 +0000
commitfda70badf8957eba6650cc12d2f485d5e213bb82 (patch)
tree7939292061be0ee604188a50a177385a335f0dc3 /Cargo.lock
parent2a6544f906818263e2791bc4cdf4fcbdf7260ab9 (diff)
line_index and line_index_utils moved to ra_ide_api
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
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]