diff options
| author | Bram van den Heuvel <bram@vandenheuvel.online> | 2020-09-24 14:43:41 +0200 |
|---|---|---|
| committer | Bram van den Heuvel <bram@vandenheuvel.online> | 2020-09-24 19:10:00 +0200 |
| commit | b832a97a51f510c77f8187c00be3b3544e195e2b (patch) | |
| tree | 94384534610e3ea056f8c8261615aceafc613258 /compiler | |
| parent | 893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 (diff) | |
| download | rust-b832a97a51f510c77f8187c00be3b3544e195e2b.tar.gz rust-b832a97a51f510c77f8187c00be3b3544e195e2b.zip | |
Update chalk to 0.22.0
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_middle/Cargo.toml | 2 | ||||
| -rw-r--r-- | compiler/rustc_traits/Cargo.toml | 6 |
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" } |
