diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-04 16:13:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-04 16:13:53 +0000 |
commit | c96b4eec957e53802817384ca3c58d834f06d6db (patch) | |
tree | 52751199c966097ede91e6a3fc0af7bbd6485fdc /crates/hir_ty | |
parent | b3b1f43ff9c68b0fca6d7dd151efa0d771af2475 (diff) | |
parent | f2d1144b4af1575f7b4d634fcf91a33869bd2800 (diff) |
Merge #7157
7157: Update crates r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
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 3d1778590..b0a453961 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.45", default-features = false } | 20 | chalk-solve = { version = "0.47", default-features = false } |
21 | chalk-ir = "0.45" | 21 | chalk-ir = "0.47" |
22 | chalk-recursive = "0.45" | 22 | chalk-recursive = "0.47" |
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" } |