diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-03 11:13:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-03 11:13:41 +0100 |
commit | d2c3832a8a95b7f00c201f1c98335412ff845afb (patch) | |
tree | b9e3e438e5d2ea14cd49b03444e9e55dfd35b630 /crates | |
parent | 5328792feaf16f58f4c8962a70c5fcd306fa46a4 (diff) | |
parent | 5e4195bb6ab555d5925b4c8831596353ef375a7e (diff) |
Merge #5937
5937: Chalk 0.25 r=matklad a=kjeremy
Picks up flodiebold's infinite loop fix
Co-authored-by: kjeremy <[email protected]>
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 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" } |