bumped smallvec deps
This commit is contained in:
parent
b86674e7cc
commit
93c8ebe022
25 changed files with 65 additions and 65 deletions
|
@ -16,6 +16,6 @@ rustc_span = { path = "../rustc_span" }
|
|||
chalk-ir = "0.55.0"
|
||||
chalk-solve = "0.55.0"
|
||||
chalk-engine = "0.55.0"
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
rustc_infer = { path = "../rustc_infer" }
|
||||
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue