diff options
author | Jeremy Kolb <[email protected]> | 2020-09-28 12:44:27 +0100 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2020-09-28 12:44:27 +0100 |
commit | 76dfac789494d6cb55c089a074b5282c809213b0 (patch) | |
tree | 26d710388fe2a197d047c3842e48cf65b4c7f635 /crates | |
parent | 0fb5d9d87a1d23563b8311feb4f97cb85894b8f0 (diff) |
chalk 0.29.0
Diffstat (limited to 'crates')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 03215be44..74d9003ee 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -17,9 +17,9 @@ ena = "0.14.0" | |||
17 | log = "0.4.8" | 17 | log = "0.4.8" |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | scoped-tls = "1" | 19 | scoped-tls = "1" |
20 | chalk-solve = { version = "0.28.0" } | 20 | chalk-solve = { version = "0.29.0" } |
21 | chalk-ir = { version = "0.28.0" } | 21 | chalk-ir = { version = "0.29.0" } |
22 | chalk-recursive = { version = "0.28.0" } | 22 | chalk-recursive = { version = "0.29.0" } |
23 | 23 | ||
24 | stdx = { path = "../stdx", version = "0.0.0" } | 24 | stdx = { path = "../stdx", version = "0.0.0" } |
25 | hir_def = { path = "../hir_def", version = "0.0.0" } | 25 | hir_def = { path = "../hir_def", version = "0.0.0" } |