Skip to content

Commit 36a1679

Browse files
committed
Pin memchr version
1 parent ed88500 commit 36a1679

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_ast/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ version = "0.0.0"
44
edition = "2021"
55

66
[dependencies]
7+
# FIXME: bumping memchr to 2.7.1 causes linker errors in MSVC thin-lto
78
# tidy-alphabetical-start
89
bitflags = "2.4.1"
9-
memchr = "2.5.0"
10+
memchr = "=2.5.0"
1011
rustc_data_structures = { path = "../rustc_data_structures" }
1112
rustc_index = { path = "../rustc_index" }
1213
rustc_lexer = { path = "../rustc_lexer" }

0 commit comments

Comments
 (0)