X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_index%2FCargo.toml;h=1435297f27adaccd103848b414f6866f035113bb;hb=90b8d34c9f0d17c948801f676a96800e8b038508;hp=b1ebc95e4881b7920e36cfcf35db0ad6a4479af1;hpb=b8c5d3a42771d6d7f3cade94e2e1637f72c97a0d;p=rust.git diff --git a/src/librustc_index/Cargo.toml b/src/librustc_index/Cargo.toml index b1ebc95e488..1435297f27a 100644 --- a/src/librustc_index/Cargo.toml +++ b/src/librustc_index/Cargo.toml @@ -11,4 +11,4 @@ doctest = false [dependencies] rustc_serialize = { path = "../libserialize", package = "serialize" } -smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } +smallvec = { version = "1.0", features = ["union", "may_dangle"] }