]> git.lizzy.rs Git - rust.git/blobdiff - src/libarena/Cargo.toml
Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril,estebank
[rust.git] / src / libarena / Cargo.toml
index 2643912f6d7d6caed2619450ef7307be05d3b332..5158aab8b7dc5c21cca20080e6ffd0f3e374ba17 100644 (file)
@@ -10,4 +10,4 @@ path = "lib.rs"
 
 [dependencies]
 rustc_data_structures = { path = "../librustc_data_structures" }
-smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }