]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/Cargo.toml
bump smallvec to 1.0
[rust.git] / src / librustc_data_structures / Cargo.toml
index 065c8436ae06aa54fc5c19e9e727e94cf7873177..e79b3a81b9654331cf589b780c69dc8a8dd9c301 100644 (file)
@@ -23,7 +23,7 @@ stable_deref_trait = "1.0.0"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
 rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
 rustc-hash = "1.0.1"
-smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_index = { path = "../librustc_index", package = "rustc_index" }
 
 [dependencies.parking_lot]