aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-01-21 08:29:19 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-01-21 08:29:19 +0000
commite42dfd7a40f359e691abb2f7a3cc08c089f72e9a (patch)
tree00fe318ca7dc6400bc0bf0a6e18bc7bed9a1b7d7 /crates/hir_ty/Cargo.toml
parent70f7a10013775c1dce10b0d7a7724a48bb76b065 (diff)
Bump chalk
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 d0211c914..db42a00dc 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.49", default-features = false } 20chalk-solve = { version = "0.50", default-features = false }
21chalk-ir = "0.49" 21chalk-ir = "0.50"
22chalk-recursive = "0.49" 22chalk-recursive = "0.50"
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" }