File tree 8 files changed +15
-10
lines changed
8 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -3152,9 +3152,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3152
3152
3153
3153
[[package ]]
3154
3154
name = " rustc-literal-escaper"
3155
- version = " 0.0.1 "
3155
+ version = " 0.0.2 "
3156
3156
source = " registry+https://github.com/rust-lang/crates.io-index"
3157
- checksum = " cfdd0fcb1409d38cb2d940400497e2384a4a04b8685ee92a0a7a8986ccd72115 "
3157
+ checksum = " 0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04 "
3158
3158
3159
3159
[[package ]]
3160
3160
name = " rustc-main"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
bitflags = " 2.4.1"
9
9
memchr = " 2.7.4"
10
+ rustc-literal-escaper = " 0.0.2"
10
11
rustc_ast_ir = { path = " ../rustc_ast_ir" }
11
12
rustc_data_structures = { path = " ../rustc_data_structures" }
12
13
rustc_index = { path = " ../rustc_index" }
13
- rustc-literal-escaper = " 0.0.1"
14
14
rustc_macros = { path = " ../rustc_macros" }
15
15
rustc_serialize = { path = " ../rustc_serialize" }
16
16
rustc_span = { path = " ../rustc_span" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags = " 2.4.1"
9
+ rustc-literal-escaper = " 0.0.2"
9
10
rustc_ast = { path = " ../rustc_ast" }
10
11
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
11
12
rustc_data_structures = { path = " ../rustc_data_structures" }
@@ -15,7 +16,6 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
15
16
rustc_index = { path = " ../rustc_index" }
16
17
rustc_lexer = { path = " ../rustc_lexer" }
17
18
rustc_macros = { path = " ../rustc_macros" }
18
- rustc-literal-escaper = " 0.0.1"
19
19
rustc_session = { path = " ../rustc_session" }
20
20
rustc_span = { path = " ../rustc_span" }
21
21
thin-vec = " 0.2.12"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
+ rustc-literal-escaper = " 0.0.2"
8
9
rustc_lexer = { path = " ../rustc_lexer" }
9
- rustc-literal-escaper = " 0.0.1"
10
10
# tidy-alphabetical-end
11
11
12
12
[target .'cfg(target_pointer_width = "64")' .dev-dependencies ]
Original file line number Diff line number Diff line change @@ -313,7 +313,12 @@ dependencies = [
313
313
314
314
[[package ]]
315
315
name = " 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
+ ]
317
322
318
323
[[package ]]
319
324
name = " rustc-std-workspace-alloc"
Original file line number Diff line number Diff line change @@ -1746,9 +1746,9 @@ checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
1746
1746
1747
1747
[[package ]]
1748
1748
name = " rustc-literal-escaper"
1749
- version = " 0.0.1 "
1749
+ version = " 0.0.2 "
1750
1750
source = " registry+https://github.com/rust-lang/crates.io-index"
1751
- checksum = " cfdd0fcb1409d38cb2d940400497e2384a4a04b8685ee92a0a7a8986ccd72115 "
1751
+ checksum = " 0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04 "
1752
1752
1753
1753
[[package ]]
1754
1754
name = " rustc-stable-hash"
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.1 "
17
+ rustc-literal-escaper = " 0.0.2 "
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,7 +17,7 @@ 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.1 "
20
+ rustc-literal-escaper = " 0.0.2 "
21
21
indexmap.workspace = true
22
22
smol_str.workspace = true
23
23
triomphe.workspace = true
You can’t perform that action at this time.
0 commit comments