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 = [
62
62
[workspace .dependencies ]
63
63
# tidy-alphabetical-start
64
64
bitflags = " 2.9.3"
65
+ memchr = " 2.7.5"
65
66
thin-vec = " 0.2.14"
66
67
# tidy-alphabetical-end
67
68
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
- memchr = " 2.7.4 "
9
+ memchr.workspace = true
10
10
rustc-literal-escaper = " 0.0.5"
11
11
rustc_ast_ir = { path = " ../rustc_ast_ir" }
12
12
rustc_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.
14
14
15
15
# Note that this crate purposefully does not depend on other rustc crates
16
16
[dependencies ]
17
- memchr = " 2.7.4 "
17
+ memchr.workspace = true
18
18
unicode-xid = " 0.2.0"
19
19
20
20
[dependencies .unicode-properties ]
You can’t perform that action at this time.
0 commit comments