diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 57cfde978..23c9e2543 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -944,6 +944,7 @@ dependencies = [ | |||
944 | name = "ra_hir" | 944 | name = "ra_hir" |
945 | version = "0.1.0" | 945 | version = "0.1.0" |
946 | dependencies = [ | 946 | dependencies = [ |
947 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
947 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 948 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
948 | "ra_db 0.1.0", | 949 | "ra_db 0.1.0", |
949 | "ra_hir_def 0.1.0", | 950 | "ra_hir_def 0.1.0", |
@@ -957,6 +958,7 @@ dependencies = [ | |||
957 | name = "ra_hir_def" | 958 | name = "ra_hir_def" |
958 | version = "0.1.0" | 959 | version = "0.1.0" |
959 | dependencies = [ | 960 | dependencies = [ |
961 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
960 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 962 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
961 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 963 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
962 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 964 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -976,6 +978,7 @@ dependencies = [ | |||
976 | name = "ra_hir_expand" | 978 | name = "ra_hir_expand" |
977 | version = "0.1.0" | 979 | version = "0.1.0" |
978 | dependencies = [ | 980 | dependencies = [ |
981 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
979 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "ra_arena 0.1.0", | 983 | "ra_arena 0.1.0", |
981 | "ra_db 0.1.0", | 984 | "ra_db 0.1.0", |
@@ -1012,6 +1015,7 @@ dependencies = [ | |||
1012 | name = "ra_ide" | 1015 | name = "ra_ide" |
1013 | version = "0.1.0" | 1016 | version = "0.1.0" |
1014 | dependencies = [ | 1017 | dependencies = [ |
1018 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1015 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1019 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1020 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1021 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |