diff options
author | kjeremy <[email protected]> | 2020-09-02 19:07:06 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-09-02 19:07:06 +0100 |
commit | 5e4195bb6ab555d5925b4c8831596353ef375a7e (patch) | |
tree | d8f3abc4d69d8d5aec1a642d40938b781e8b1e17 /crates/hir_ty | |
parent | 7f79dbc84f5d69ec6f48fa8d67bdfa0525c5dd34 (diff) |
Chalk 0.25
Picks up flodiebold's infinite loop fix
Diffstat (limited to 'crates/hir_ty')
-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 47940c36e..7d02aaf95 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.23.0" } | 20 | chalk-solve = { version = "0.25.0" } |
21 | chalk-ir = { version = "0.23.0" } | 21 | chalk-ir = { version = "0.25.0" } |
22 | chalk-recursive = { version = "0.23.0" } | 22 | chalk-recursive = { version = "0.25.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" } |