diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index c330115b8..2a62a69e9 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -900,8 +900,8 @@ version = "0.1.0" | |||
900 | dependencies = [ | 900 | dependencies = [ |
901 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "ra_db 0.1.0", | 902 | "ra_db 0.1.0", |
903 | "ra_fmt 0.1.0", | ||
903 | "ra_hir 0.1.0", | 904 | "ra_hir 0.1.0", |
904 | "ra_ide_api_light 0.1.0", | ||
905 | "ra_syntax 0.1.0", | 905 | "ra_syntax 0.1.0", |
906 | "ra_text_edit 0.1.0", | 906 | "ra_text_edit 0.1.0", |
907 | "test_utils 0.1.0", | 907 | "test_utils 0.1.0", |
@@ -933,6 +933,14 @@ dependencies = [ | |||
933 | ] | 933 | ] |
934 | 934 | ||
935 | [[package]] | 935 | [[package]] |
936 | name = "ra_fmt" | ||
937 | version = "0.1.0" | ||
938 | dependencies = [ | ||
939 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
940 | "ra_syntax 0.1.0", | ||
941 | ] | ||
942 | |||
943 | [[package]] | ||
936 | name = "ra_hir" | 944 | name = "ra_hir" |
937 | version = "0.1.0" | 945 | version = "0.1.0" |
938 | dependencies = [ | 946 | dependencies = [ |
@@ -986,6 +994,7 @@ dependencies = [ | |||
986 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 994 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
987 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 995 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
988 | "proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 996 | "proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "ra_fmt 0.1.0", | ||
989 | "ra_syntax 0.1.0", | 998 | "ra_syntax 0.1.0", |
990 | "ra_text_edit 0.1.0", | 999 | "ra_text_edit 0.1.0", |
991 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |