1
Fork 0

Update chalk to 0.26.0

This commit is contained in:
Bram van den Heuvel 2020-09-24 16:49:02 +02:00
parent ed784023e5
commit 61b2a6f5e5
5 changed files with 29 additions and 24 deletions

View file

@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
chalk-ir = "0.25.0"
chalk-ir = "0.26.0"
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
measureme = "0.7.1"
rustc_session = { path = "../rustc_session" }