File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1505,6 +1505,7 @@ dependencies = [
1505
1505
" parking_lot 0.12.1" ,
1506
1506
" parking_lot_core 0.9.6" ,
1507
1507
" proc-macro-api" ,
1508
+ " proc-macro-srv-cli" ,
1508
1509
" profile" ,
1509
1510
" project-model" ,
1510
1511
" rayon" ,
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ ide-db.workspace = true
68
68
ide-ssr.workspace = true
69
69
ide.workspace = true
70
70
proc-macro-api.workspace = true
71
+ proc-macro-srv-cli.workspace = true
71
72
profile.workspace = true
72
73
project-model.workspace = true
73
74
stdx.workspace = true
@@ -94,4 +95,5 @@ mbe.workspace = true
94
95
[features ]
95
96
jemalloc = [" jemallocator" , " profile/jemalloc" ]
96
97
force-always-assert = [" always-assert/force" ]
97
- in-rust-tree = [" ide/in-rust-tree" , " syntax/in-rust-tree" ]
98
+ sysroot-abi = [" proc-macro-srv-cli/sysroot-abi" ]
99
+ in-rust-tree = [" sysroot-abi" , " ide/in-rust-tree" , " syntax/in-rust-tree" ]
You can’t perform that action at this time.
0 commit comments