aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-10-30 17:57:16 +0000
committerFlorian Diebold <[email protected]>2020-10-30 17:57:55 +0000
commitbca51e35190e47688ccf252c367a7951d36dadad (patch)
treed90d187602f6a1373f3ee574acf563a5792241d0 /crates/hir_ty/Cargo.toml
parente7c8c600b783bbf12deb952a2e10be23264de953 (diff)
Upgrade Chalk to 0.36
Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r--crates/hir_ty/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml
index 367a1b98d..3b822d223 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -17,9 +17,9 @@ ena = "0.14.0"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = { version = "0.34", default-features = false } 20chalk-solve = { version = "0.36", default-features = false }
21chalk-ir = "0.34" 21chalk-ir = "0.36"
22chalk-recursive = "0.34" 22chalk-recursive = "0.36"
23 23
24stdx = { path = "../stdx", version = "0.0.0" } 24stdx = { path = "../stdx", version = "0.0.0" }
25hir_def = { path = "../hir_def", version = "0.0.0" } 25hir_def = { path = "../hir_def", version = "0.0.0" }