diff options
author | kjeremy <[email protected]> | 2021-03-08 15:39:11 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-03-08 15:39:11 +0000 |
commit | e13ac349b52993a7addb4643ba24a7fe378c0f2f (patch) | |
tree | 56f5c59a053aa3936257a53e852ed22d810acf75 /crates/hir_ty | |
parent | 64e95eee3aa99ac500f9ca4fd8643caee6bf80bb (diff) |
Cargo update
Chalk changes just a version # bump. There are no actual commits.
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 d1302d749..1127eef05 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.59", default-features = false } | 20 | chalk-solve = { version = "0.60", default-features = false } |
21 | chalk-ir = "0.59" | 21 | chalk-ir = "0.60" |
22 | chalk-recursive = "0.59" | 22 | chalk-recursive = "0.60" |
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" } |