aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-03-26 16:41:44 +0000
committerEdwin Cheng <[email protected]>2020-03-26 16:46:40 +0000
commitdb162df264a222021dbc7f1f93af94029f3948d9 (patch)
tree86f91e30f85c2c4f5faa5054b84265ddb64636d5 /Cargo.lock
parent72e68d0caf6e813a19a8d434fb650574b73dbc0a (diff)
Remove deps on tt_mbe
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bb39fe225..b9f58a074 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -926,9 +926,9 @@ name = "ra_db"
926version = "0.1.0" 926version = "0.1.0"
927dependencies = [ 927dependencies = [
928 "ra_cfg", 928 "ra_cfg",
929 "ra_proc_macro",
930 "ra_prof", 929 "ra_prof",
931 "ra_syntax", 930 "ra_syntax",
931 "ra_tt",
932 "relative-path", 932 "relative-path",
933 "rustc-hash", 933 "rustc-hash",
934 "salsa", 934 "salsa",
@@ -1086,7 +1086,6 @@ dependencies = [
1086name = "ra_proc_macro" 1086name = "ra_proc_macro"
1087version = "0.1.0" 1087version = "0.1.0"
1088dependencies = [ 1088dependencies = [
1089 "ra_mbe",
1090 "ra_tt", 1089 "ra_tt",
1091] 1090]
1092 1091