aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-27 18:23:31 +0000
committerAleksey Kladov <[email protected]>2019-11-27 18:26:49 +0000
commit47ec2ceb12df756b3482ddd2b1947e4b38f23706 (patch)
treeb68c3da4bb47e0a285968319bfb33b44cbfd5546 /Cargo.lock
parenta87579500a2c35597071efd0ad6983927f0c1815 (diff)
prune deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c9227c911..0f7a45d6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -962,28 +962,13 @@ dependencies = [
962name = "ra_hir" 962name = "ra_hir"
963version = "0.1.0" 963version = "0.1.0"
964dependencies = [ 964dependencies = [
965 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
966 "chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
967 "chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
968 "chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)",
969 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
970 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
971 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
972 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 965 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
973 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
974 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
975 "ra_arena 0.1.0",
976 "ra_cfg 0.1.0",
977 "ra_db 0.1.0", 966 "ra_db 0.1.0",
978 "ra_hir_def 0.1.0", 967 "ra_hir_def 0.1.0",
979 "ra_hir_expand 0.1.0", 968 "ra_hir_expand 0.1.0",
980 "ra_hir_ty 0.1.0", 969 "ra_hir_ty 0.1.0",
981 "ra_mbe 0.1.0",
982 "ra_prof 0.1.0",
983 "ra_syntax 0.1.0", 970 "ra_syntax 0.1.0",
984 "ra_tt 0.1.0",
985 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 971 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
986 "test_utils 0.1.0",
987] 972]
988 973
989[[package]] 974[[package]]
@@ -1031,7 +1016,6 @@ dependencies = [
1031 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1016 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1032 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1017 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1018 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1034 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1035 "ra_arena 0.1.0", 1019 "ra_arena 0.1.0",
1036 "ra_db 0.1.0", 1020 "ra_db 0.1.0",
1037 "ra_hir_def 0.1.0", 1021 "ra_hir_def 0.1.0",