File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1985,7 +1985,6 @@ dependencies = [
1985
1985
" indexmap" ,
1986
1986
" itertools" ,
1987
1987
" parser" ,
1988
- " ra-ap-rustc_lexer" ,
1989
1988
" rayon" ,
1990
1989
" rowan" ,
1991
1990
" rustc-hash 2.0.0" ,
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ pulldown-cmark-to-cmark = "10.0.4"
136
136
pulldown-cmark = { version = " 0.9.0" , default-features = false }
137
137
rayon = " 1.8.0"
138
138
rustc-hash = " 2.0.0"
139
+ rustc-literal-escaper = " 0.0.2"
139
140
semver = " 1.0.14"
140
141
serde = { version = " 1.0.192" }
141
142
serde_derive = { version = " 1.0.192" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rust-version.workspace = true
14
14
[dependencies ]
15
15
drop_bomb = " 0.1.5"
16
16
ra-ap-rustc_lexer.workspace = true
17
- rustc-literal-escaper = " 0.0.2 "
17
+ rustc-literal-escaper.workspace = true
18
18
tracing = { workspace = true , optional = true }
19
19
20
20
edition.workspace = true
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ either.workspace = true
17
17
itertools.workspace = true
18
18
rowan = " =0.15.15"
19
19
rustc-hash.workspace = true
20
- rustc-literal-escaper = " 0.0.2 "
20
+ rustc-literal-escaper.workspace = true
21
21
indexmap.workspace = true
22
22
smol_str.workspace = true
23
23
triomphe.workspace = true
24
24
tracing.workspace = true
25
25
26
- ra-ap-rustc_lexer.workspace = true
27
-
28
26
parser.workspace = true
29
27
stdx.workspace = true
30
28
You can’t perform that action at this time.
0 commit comments