aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 23 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 12da410d0..5c87cf8e5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -995,6 +995,7 @@ dependencies = [
995 "ra_db 0.1.0", 995 "ra_db 0.1.0",
996 "ra_hir_def 0.1.0", 996 "ra_hir_def 0.1.0",
997 "ra_hir_expand 0.1.0", 997 "ra_hir_expand 0.1.0",
998 "ra_hir_ty 0.1.0",
998 "ra_mbe 0.1.0", 999 "ra_mbe 0.1.0",
999 "ra_prof 0.1.0", 1000 "ra_prof 0.1.0",
1000 "ra_syntax 0.1.0", 1001 "ra_syntax 0.1.0",
@@ -1037,6 +1038,28 @@ dependencies = [
1037] 1038]
1038 1039
1039[[package]] 1040[[package]]
1041name = "ra_hir_ty"
1042version = "0.1.0"
1043dependencies = [
1044 "chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
1045 "chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
1046 "chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
1047 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
1048 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1049 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1050 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1051 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1052 "ra_arena 0.1.0",
1053 "ra_db 0.1.0",
1054 "ra_hir_def 0.1.0",
1055 "ra_hir_expand 0.1.0",
1056 "ra_prof 0.1.0",
1057 "ra_syntax 0.1.0",
1058 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1059 "test_utils 0.1.0",
1060]
1061
1062[[package]]
1040name = "ra_ide_api" 1063name = "ra_ide_api"
1041version = "0.1.0" 1064version = "0.1.0"
1042dependencies = [ 1065dependencies = [