aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-01-20 17:31:03 +0000
committerkjeremy <[email protected]>2021-01-20 17:31:03 +0000
commit1e0b163860c3031708c7acf8c4eb8d19978b41f7 (patch)
tree43bba496b7836e2030554dad8ef8389bc5e536cb /crates/hir_ty/Cargo.toml
parente62533c3ec74358d3488e8e4b7967c78459b238f (diff)
chalk 0.49.0
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 98434b741..d0211c914 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.47", default-features = false } 20chalk-solve = { version = "0.49", default-features = false }
21chalk-ir = "0.47" 21chalk-ir = "0.49"
22chalk-recursive = "0.47" 22chalk-recursive = "0.49"
23la-arena = { version = "0.2.0", path = "../../lib/arena" } 23la-arena = { version = "0.2.0", path = "../../lib/arena" }
24 24
25stdx = { path = "../stdx", version = "0.0.0" } 25stdx = { path = "../stdx", version = "0.0.0" }