aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--crates/ra_vfs/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 25ad749ee..65f839fe8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1123,7 +1123,6 @@ name = "ra_vfs"
1123version = "0.1.0" 1123version = "0.1.0"
1124dependencies = [ 1124dependencies = [
1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", 1126 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1127 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)", 1128 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
index 451daed1b..2fe3102ab 100644
--- a/crates/ra_vfs/Cargo.toml
+++ b/crates/ra_vfs/Cargo.toml
@@ -11,7 +11,6 @@ rustc-hash = "1.0"
11crossbeam-channel = "0.3.5" 11crossbeam-channel = "0.3.5"
12log = "0.4.6" 12log = "0.4.6"
13notify = "4.0.9" 13notify = "4.0.9"
14drop_bomb = "0.1.0"
15parking_lot = "0.7.0" 14parking_lot = "0.7.0"
16 15
17thread_worker = { path = "../thread_worker" } 16thread_worker = { path = "../thread_worker" }