aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-02-09 12:06:12 +0000
committerFlorian Diebold <[email protected]>2019-02-10 09:56:58 +0000
commit43e52ac9e2b26ec287b1778823bad10851cfd44e (patch)
tree9e32634c498e0b8ae6d5132b8b0d3e8c17d37788 /Cargo.lock
parent15224dfcd5fc5338844aec5993abf98f7f283e1e (diff)
Implement BatchDatabase construction
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 3 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 53c2498f1..74a77ddc9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -913,20 +913,15 @@ dependencies = [
913name = "ra_batch" 913name = "ra_batch"
914version = "0.1.0" 914version = "0.1.0"
915dependencies = [ 915dependencies = [
916 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 916 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
917 "insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
918 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
919 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
920 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 917 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
921 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
922 "ra_db 0.1.0", 918 "ra_db 0.1.0",
923 "ra_hir 0.1.0", 919 "ra_hir 0.1.0",
920 "ra_project_model 0.1.0",
924 "ra_syntax 0.1.0", 921 "ra_syntax 0.1.0",
925 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 922 "ra_vfs 0.1.0",
926 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
927 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 923 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
928 "test_utils 0.1.0", 924 "test_utils 0.1.0",
929 "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
930] 925]
931 926
932[[package]] 927[[package]]