diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-20 17:35:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-20 17:35:15 +0000 |
commit | 7d5ed18c42c4ee80e776d04254d69750b70e14ba (patch) | |
tree | 01ee1c41b9fce14039d6c7d97ee4488988ad0bfd /crates/hir_ty | |
parent | 42c5979fe55f6a62b443aa0e2d0e43e1fba675fc (diff) | |
parent | 1e0b163860c3031708c7acf8c4eb8d19978b41f7 (diff) |
Merge #7365
7365: chalk 0.49.0 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 98434b741..d0211c914 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.47", default-features = false } | 20 | chalk-solve = { version = "0.49", default-features = false } |
21 | chalk-ir = "0.47" | 21 | chalk-ir = "0.49" |
22 | chalk-recursive = "0.47" | 22 | chalk-recursive = "0.49" |
23 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 23 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
24 | 24 | ||
25 | stdx = { path = "../stdx", version = "0.0.0" } | 25 | stdx = { path = "../stdx", version = "0.0.0" } |