diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-26 08:47:56 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-26 08:47:56 +0000 |
commit | c869ee219a80af1993496e00490dc107202ff55c (patch) | |
tree | 5717d124c71de13412f61a8584b119da378828ae /crates/ra_vfs/Cargo.toml | |
parent | ac757e114e9dcbc70600803dd4adc4f99ecde78e (diff) | |
parent | 410a3ae6e847b59f9930ce4d6bf9f3c5f1d72167 (diff) |
Merge #665
665: Pr 556 r=matklad a=matklad
Rebased #556
Thanks @vemoo, now I can change branches without reopening VS Code!
Co-authored-by: Bernardo <[email protected]>
Diffstat (limited to 'crates/ra_vfs/Cargo.toml')
-rw-r--r-- | crates/ra_vfs/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml index e637063c9..383381d2a 100644 --- a/crates/ra_vfs/Cargo.toml +++ b/crates/ra_vfs/Cargo.toml | |||
@@ -10,9 +10,13 @@ relative-path = "0.4.0" | |||
10 | rustc-hash = "1.0" | 10 | 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.7" | ||
14 | drop_bomb = "0.1.0" | ||
15 | parking_lot = "0.7.0" | ||
13 | 16 | ||
14 | thread_worker = { path = "../thread_worker" } | 17 | thread_worker = { path = "../thread_worker" } |
15 | ra_arena = { path = "../ra_arena" } | 18 | ra_arena = { path = "../ra_arena" } |
16 | 19 | ||
17 | [dev-dependencies] | 20 | [dev-dependencies] |
18 | tempfile = "3" | 21 | tempfile = "3" |
22 | flexi_logger = "0.10.0" | ||