diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5a5edc3e2..779580762 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -996,6 +996,7 @@ dependencies = [ | |||
996 | "ra_db 0.1.0", | 996 | "ra_db 0.1.0", |
997 | "ra_fmt 0.1.0", | 997 | "ra_fmt 0.1.0", |
998 | "ra_hir 0.1.0", | 998 | "ra_hir 0.1.0", |
999 | "ra_prof 0.1.0", | ||
999 | "ra_syntax 0.1.0", | 1000 | "ra_syntax 0.1.0", |
1000 | "ra_text_edit 0.1.0", | 1001 | "ra_text_edit 0.1.0", |
1001 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |