Pin `memchr` version

This commit is contained in:
clubby789 2024-02-06 22:26:16 +00:00
parent ed8850010a
commit 36a16798f7
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ version = "0.0.0"
edition = "2021"
[dependencies]
# FIXME: bumping memchr to 2.7.1 causes linker errors in MSVC thin-lto
# tidy-alphabetical-start
bitflags = "2.4.1"
memchr = "2.5.0"
memchr = "=2.5.0"
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_index = { path = "../rustc_index" }
rustc_lexer = { path = "../rustc_lexer" }