diff options
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | crates/ra_vfs/Cargo.toml | 1 |
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" | |||
1123 | version = "0.1.0" | 1123 | version = "0.1.0" |
1124 | dependencies = [ | 1124 | dependencies = [ |
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" | |||
11 | crossbeam-channel = "0.3.5" | 11 | crossbeam-channel = "0.3.5" |
12 | log = "0.4.6" | 12 | log = "0.4.6" |
13 | notify = "4.0.9" | 13 | notify = "4.0.9" |
14 | drop_bomb = "0.1.0" | ||
15 | parking_lot = "0.7.0" | 14 | parking_lot = "0.7.0" |
16 | 15 | ||
17 | thread_worker = { path = "../thread_worker" } | 16 | thread_worker = { path = "../thread_worker" } |