X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_index%2FCargo.toml;h=8a81a93a99cfd67af66bd33e55ee4d4e818749d4;hb=d708bc45c4092432f87090c1624c25bf76f49d9e;hp=89419bfce6f5bf86846713017ce68afab612aca1;hpb=26c06cf8e27e5fa06b4894f14588c187510bae47;p=rust.git diff --git a/compiler/rustc_index/Cargo.toml b/compiler/rustc_index/Cargo.toml index 89419bfce6f..8a81a93a99c 100644 --- a/compiler/rustc_index/Cargo.toml +++ b/compiler/rustc_index/Cargo.toml @@ -10,4 +10,4 @@ doctest = false arrayvec = { version = "0.7", default-features = false } rustc_serialize = { path = "../rustc_serialize" } rustc_macros = { path = "../rustc_macros" } -smallvec = "1" +smallvec = "1.8.1"