Bump smallvec

This commit is contained in:
Mateusz Mikuła 2019-12-30 13:48:00 +01:00
parent 580ac0b4f1
commit d452f89206
2 changed files with 2 additions and 2 deletions

View File

@ -3379,7 +3379,7 @@ dependencies = [
"rustc_llvm",
"rustc_session",
"rustc_target",
"smallvec 0.6.10",
"smallvec 1.0.0",
"syntax",
"syntax_expand",
"syntax_pos",

View File

@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
rustc_llvm = { path = "../librustc_llvm" }
rustc_session = { path = "../librustc_session" }
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" }
syntax_expand = { path = "../libsyntax_expand" }
syntax_pos = { path = "../libsyntax_pos" }