X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ast%2FCargo.toml;h=10d7fa1db605a7dc7c5e70b53fe175c1f60ff185;hb=5ff6cdca7ec664c7f96653e6c028b524757d60c4;hp=9253b7e6891a25db4592b74ce72c513da14482bb;hpb=e309b79050c4dd47c08b3ef2b8228701883c5c24;p=rust.git diff --git a/compiler/rustc_ast/Cargo.toml b/compiler/rustc_ast/Cargo.toml index 9253b7e6891..10d7fa1db60 100644 --- a/compiler/rustc_ast/Cargo.toml +++ b/compiler/rustc_ast/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] bitflags = "1.2.1" +memchr = "2.5.0" rustc_data_structures = { path = "../rustc_data_structures" } rustc_index = { path = "../rustc_index" } rustc_lexer = { path = "../rustc_lexer" }