File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1985,7 +1985,6 @@ dependencies = [
19851985 " indexmap" ,
19861986 " itertools" ,
19871987 " parser" ,
1988- " ra-ap-rustc_lexer" ,
19891988 " rayon" ,
19901989 " rowan" ,
19911990 " 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"
136136pulldown-cmark = { version = " 0.9.0" , default-features = false }
137137rayon = " 1.8.0"
138138rustc-hash = " 2.0.0"
139+ rustc-literal-escaper = " 0.0.2"
139140semver = " 1.0.14"
140141serde = { version = " 1.0.192" }
141142serde_derive = { version = " 1.0.192" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rust-version.workspace = true
1414[dependencies ]
1515drop_bomb = " 0.1.5"
1616ra-ap-rustc_lexer.workspace = true
17- rustc-literal-escaper = " 0.0.2 "
17+ rustc-literal-escaper.workspace = true
1818tracing = { workspace = true , optional = true }
1919
2020edition.workspace = true
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ either.workspace = true
1717itertools.workspace = true
1818rowan = " =0.15.15"
1919rustc-hash.workspace = true
20- rustc-literal-escaper = " 0.0.2 "
20+ rustc-literal-escaper.workspace = true
2121indexmap.workspace = true
2222smol_str.workspace = true
2323triomphe.workspace = true
2424tracing.workspace = true
2525
26- ra-ap-rustc_lexer.workspace = true
27-
2826parser.workspace = true
2927stdx.workspace = true
3028
You can’t perform that action at this time.
0 commit comments