X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Frust-analyzer%2Fcrates%2Fide-db%2FCargo.toml;h=30272bc16f636754489c6838c64448ac48f8283a;hb=7cac18e1be19a3f47dedec0d1115e0df511414e0;hp=a1b0bd6cb304422f6b3110686f2059cddafa2693;hpb=9a677674b3364cab71fd49793aa5cc90b9dc5322;p=rust.git diff --git a/src/tools/rust-analyzer/crates/ide-db/Cargo.toml b/src/tools/rust-analyzer/crates/ide-db/Cargo.toml index a1b0bd6cb30..30272bc16f6 100644 --- a/src/tools/rust-analyzer/crates/ide-db/Cargo.toml +++ b/src/tools/rust-analyzer/crates/ide-db/Cargo.toml @@ -20,6 +20,7 @@ either = "1.7.0" itertools = "0.10.3" arrayvec = "0.7.2" indexmap = "1.9.1" +memchr = "2.5.0" stdx = { path = "../stdx", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" }