diff options
author | Dmitry <[email protected]> | 2020-02-16 17:36:48 +0000 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-02-16 17:36:48 +0000 |
commit | 58e15d12e4211306273b0128cb4a80b552889543 (patch) | |
tree | 70e129b7cd76c55d5cb86f9b084db001f73a2003 /Cargo.lock | |
parent | b446384956243ce6bdcef2a869123a2605e597ed (diff) | |
parent | 742b3b5744fbca1a5587e2898cd5b74d55853a47 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index f1651edaa..f44e514dd 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1015,6 +1015,7 @@ name = "ra_cli" | |||
1015 | version = "0.1.0" | 1015 | version = "0.1.0" |
1016 | dependencies = [ | 1016 | dependencies = [ |
1017 | "env_logger", | 1017 | "env_logger", |
1018 | "itertools", | ||
1018 | "pico-args", | 1019 | "pico-args", |
1019 | "ra_batch", | 1020 | "ra_batch", |
1020 | "ra_db", | 1021 | "ra_db", |
@@ -1024,6 +1025,7 @@ dependencies = [ | |||
1024 | "ra_ide", | 1025 | "ra_ide", |
1025 | "ra_prof", | 1026 | "ra_prof", |
1026 | "ra_syntax", | 1027 | "ra_syntax", |
1028 | "rand 0.7.3", | ||
1027 | ] | 1029 | ] |
1028 | 1030 | ||
1029 | [[package]] | 1031 | [[package]] |
@@ -1174,7 +1176,6 @@ dependencies = [ | |||
1174 | "ra_prof", | 1176 | "ra_prof", |
1175 | "ra_syntax", | 1177 | "ra_syntax", |
1176 | "ra_text_edit", | 1178 | "ra_text_edit", |
1177 | "rand 0.7.3", | ||
1178 | "rayon", | 1179 | "rayon", |
1179 | "rustc-hash", | 1180 | "rustc-hash", |
1180 | "superslice", | 1181 | "superslice", |