aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-02-02 15:07:10 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-02-02 15:40:01 +0000
commit9c4b799dce89c8629b4f8cc98d0d8e25e6c05eaa (patch)
tree0f657743573778f56e46ed5230998f2a88699b9e /crates/hir_ty/Cargo.toml
parent042e07d89171fa5dd8ba4fc572c183687382c0d7 (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 c7502bf57..f6bf49546 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.51", default-features = false } 20chalk-solve = { version = "0.55", default-features = false }
21chalk-ir = "0.51" 21chalk-ir = "0.55"
22chalk-recursive = "0.51" 22chalk-recursive = "0.55"
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" }