bumped smallvec deps
This commit is contained in:
parent
b86674e7cc
commit
93c8ebe022
25 changed files with 65 additions and 65 deletions
|
@ -20,7 +20,7 @@ rustc_hir = { path = "../rustc_hir" }
|
|||
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
|
||||
rustc_target = { path = "../rustc_target" }
|
||||
rustc_session = { path = "../rustc_session" }
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
rustc_index = { path = "../rustc_index" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue