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