File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
src/tools/rust-analyzer/crates/parser Expand file tree Collapse file tree 6 files changed +12
-7
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 @@ -10,7 +10,7 @@ memchr = "2.7.4"
1010rustc_ast_ir = { path = " ../rustc_ast_ir" }
1111rustc_data_structures = { path = " ../rustc_data_structures" }
1212rustc_index = { path = " ../rustc_index" }
13- rustc-literal-escaper = " 0.0.1 "
13+ rustc-literal-escaper = " 0.0.2 "
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 @@ -15,7 +15,7 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1515rustc_index = { path = " ../rustc_index" }
1616rustc_lexer = { path = " ../rustc_lexer" }
1717rustc_macros = { path = " ../rustc_macros" }
18- rustc-literal-escaper = " 0.0.1 "
18+ rustc-literal-escaper = " 0.0.2 "
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 @@ -6,7 +6,7 @@ edition = "2024"
66[dependencies ]
77# tidy-alphabetical-start
88rustc_lexer = { path = " ../rustc_lexer" }
9- rustc-literal-escaper = " 0.0.1 "
9+ rustc-literal-escaper = " 0.0.2 "
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 @@ -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
You can’t perform that action at this time.
0 commit comments