File tree Expand file tree Collapse file tree 8 files changed +15
-10
lines changed Expand file tree Collapse file tree 8 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -3152,9 +3152,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
31523152
31533153[[package ]]
31543154name = " rustc-literal-escaper"
3155- version = " 0.0.1 "
3155+ version = " 0.0.2 "
31563156source = " registry+https://github.com/rust-lang/crates.io-index"
3157- checksum = " cfdd0fcb1409d38cb2d940400497e2384a4a04b8685ee92a0a7a8986ccd72115 "
3157+ checksum = " 0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04 "
31583158
31593159[[package ]]
31603160name = " rustc-main"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ edition = "2024"
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
99memchr = " 2.7.4"
10+ rustc-literal-escaper = " 0.0.2"
1011rustc_ast_ir = { path = " ../rustc_ast_ir" }
1112rustc_data_structures = { path = " ../rustc_data_structures" }
1213rustc_index = { path = " ../rustc_index" }
13- rustc-literal-escaper = " 0.0.1"
1414rustc_macros = { path = " ../rustc_macros" }
1515rustc_serialize = { path = " ../rustc_serialize" }
1616rustc_span = { path = " ../rustc_span" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2024"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
9+ rustc-literal-escaper = " 0.0.2"
910rustc_ast = { path = " ../rustc_ast" }
1011rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
1112rustc_data_structures = { path = " ../rustc_data_structures" }
@@ -15,7 +16,6 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1516rustc_index = { path = " ../rustc_index" }
1617rustc_lexer = { path = " ../rustc_lexer" }
1718rustc_macros = { path = " ../rustc_macros" }
18- rustc-literal-escaper = " 0.0.1"
1919rustc_session = { path = " ../rustc_session" }
2020rustc_span = { path = " ../rustc_span" }
2121thin-vec = " 0.2.12"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2024"
55
66[dependencies ]
77# tidy-alphabetical-start
8+ rustc-literal-escaper = " 0.0.2"
89rustc_lexer = { path = " ../rustc_lexer" }
9- rustc-literal-escaper = " 0.0.1"
1010# tidy-alphabetical-end
1111
1212[target .'cfg(target_pointer_width = "64")' .dev-dependencies ]
Original file line number Diff line number Diff line change @@ -313,7 +313,12 @@ dependencies = [
313313
314314[[package ]]
315315name = " rustc-literal-escaper"
316- version = " 0.0.1"
316+ version = " 0.0.2"
317+ source = " registry+https://github.com/rust-lang/crates.io-index"
318+ checksum = " 0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04"
319+ dependencies = [
320+ " rustc-std-workspace-std" ,
321+ ]
317322
318323[[package ]]
319324name = " rustc-std-workspace-alloc"
Original file line number Diff line number Diff line change @@ -1746,9 +1746,9 @@ checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
17461746
17471747[[package ]]
17481748name = " rustc-literal-escaper"
1749- version = " 0.0.1 "
1749+ version = " 0.0.2 "
17501750source = " registry+https://github.com/rust-lang/crates.io-index"
1751- checksum = " cfdd0fcb1409d38cb2d940400497e2384a4a04b8685ee92a0a7a8986ccd72115 "
1751+ checksum = " 0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04 "
17521752
17531753[[package ]]
17541754name = " rustc-stable-hash"
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.1 "
17+ rustc-literal-escaper = " 0.0.2 "
1818tracing = { workspace = true , optional = true }
1919
2020edition.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ either.workspace = true
1717itertools.workspace = true
1818rowan = " =0.15.15"
1919rustc-hash.workspace = true
20- rustc-literal-escaper = " 0.0.1 "
20+ rustc-literal-escaper = " 0.0.2 "
2121indexmap.workspace = true
2222smol_str.workspace = true
2323triomphe.workspace = true
You can’t perform that action at this time.
0 commit comments