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 1dcbc14f01..915da5d283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,6 +577,8 @@ version = "0.0.0" dependencies = [ "cfg", "cov-mark", + "crossbeam-channel", + "crossbeam-utils", "dot", "either", "expect-test", |