aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 18:00:51 +0000
committerAleksey Kladov <[email protected]>2019-01-08 18:03:42 +0000
commit695294bbb974cdbac136e260029403e90a17d953 (patch)
treecaa02f8086ad15fb6f884e56bc6a0231b203215f /Cargo.lock
parent0c88360eb46c44935421c5d4bc36910ce3e96782 (diff)
ra_db is independent from editor
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 318fea893..c445439b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,6 @@ version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
681 "ra_arena 0.1.0", 681 "ra_arena 0.1.0",
682 "ra_editor 0.1.0",
683 "ra_syntax 0.1.0", 682 "ra_syntax 0.1.0",
684 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 683 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
685 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 684 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",