about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorBram van den Heuvel <bram@vandenheuvel.online>2020-09-24 14:43:41 +0200
committerBram van den Heuvel <bram@vandenheuvel.online>2020-09-24 19:10:00 +0200
commitb832a97a51f510c77f8187c00be3b3544e195e2b (patch)
tree94384534610e3ea056f8c8261615aceafc613258 /compiler
parent893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 (diff)
downloadrust-b832a97a51f510c77f8187c00be3b3544e195e2b.tar.gz
rust-b832a97a51f510c77f8187c00be3b3544e195e2b.zip
Update chalk to 0.22.0
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_middle/Cargo.toml2
-rw-r--r--compiler/rustc_traits/Cargo.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml
index a5a860a38b3..d3aa9742a59 100644
--- a/compiler/rustc_middle/Cargo.toml
+++ b/compiler/rustc_middle/Cargo.toml
@@ -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.21.0"
+chalk-ir = "0.22.0"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 measureme = "0.7.1"
 rustc_session = { path = "../rustc_session" }
diff --git a/compiler/rustc_traits/Cargo.toml b/compiler/rustc_traits/Cargo.toml
index 3571ff17f31..399555ddf15 100644
--- a/compiler/rustc_traits/Cargo.toml
+++ b/compiler/rustc_traits/Cargo.toml
@@ -12,9 +12,9 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
-chalk-ir = "0.21.0"
-chalk-solve = "0.21.0"
-chalk-engine = "0.21.0"
+chalk-ir = "0.22.0"
+chalk-solve = "0.22.0"
+chalk-engine = "0.22.0"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_infer = { path = "../rustc_infer" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }