diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_vfs/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" } |