diff options
author | kjeremy <[email protected]> | 2019-11-07 18:05:12 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-11-07 18:05:12 +0000 |
commit | 91b154fa057f95bd3e1956f3015bbb705f976dfa (patch) | |
tree | bfc6a8a12396a2f1ef20c06c81459667160503a8 /crates/ra_batch | |
parent | 2a8d48d8a9a83c46ca60bdf6e49a4690383b236a (diff) |
Update crates
Removes nodrop and extra arrayvec
We have an extra crossbeam-queue and crossbeam-utils left but those should
drop once rayon accepts https://github.com/rayon-rs/rayon/pull/704
Diffstat (limited to 'crates/ra_batch')
-rw-r--r-- | crates/ra_batch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml index c85da7a2c..d08c5ceac 100644 --- a/crates/ra_batch/Cargo.toml +++ b/crates/ra_batch/Cargo.toml | |||
@@ -7,7 +7,7 @@ authors = ["rust-analyzer developers"] | |||
7 | [dependencies] | 7 | [dependencies] |
8 | log = "0.4.5" | 8 | log = "0.4.5" |
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | crossbeam-channel = "0.3.5" | 10 | crossbeam-channel = "0.4.0" |
11 | 11 | ||
12 | ra_vfs = "0.5.0" | 12 | ra_vfs = "0.5.0" |
13 | ra_vfs_glob = { path = "../ra_vfs_glob" } | 13 | ra_vfs_glob = { path = "../ra_vfs_glob" } |