]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax_expand/Cargo.toml
bump smallvec to 1.0
[rust.git] / src / libsyntax_expand / Cargo.toml
index f063753f59943f3042b976e65306f1ad71ff0208..d98b9457a625fccbe2f54c2f159e6c7b781379d3 100644 (file)
@@ -22,5 +22,5 @@ rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_index = { path = "../librustc_index" }
 rustc_lexer = { path = "../librustc_lexer" }
 rustc_target = { path = "../librustc_target" }
-smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }