File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ exclude = [
6262[workspace .dependencies ]
6363# tidy-alphabetical-start
6464bitflags = " 2.9.3"
65+ memchr = " 2.7.5"
6566thin-vec = " 0.2.14"
6667# tidy-alphabetical-end
6768
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags.workspace = true
9- memchr = " 2.7.4 "
9+ memchr.workspace = true
1010rustc-literal-escaper = " 0.0.5"
1111rustc_ast_ir = { path = " ../rustc_ast_ir" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Rust lexer used by rustc. No stability guarantees are provided.
1414
1515# Note that this crate purposefully does not depend on other rustc crates
1616[dependencies ]
17- memchr = " 2.7.4 "
17+ memchr.workspace = true
1818unicode-xid = " 0.2.0"
1919
2020[dependencies .unicode-properties ]
You can’t perform that action at this time.
0 commit comments