Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d5a67c4093..6cbb1324e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,6 +597,7 @@ version = "0.0.0" dependencies = [ "cfg", "cov-mark", + "crossbeam-channel", "dot", "either", "expect-test", @@ -1367,6 +1368,7 @@ dependencies = [ "lsp-types", "mbe", "mimalloc", + "num_cpus", "oorandom", "parking_lot", "proc_macro_api", |