Skip to content

Commit f2b8df1

Browse files
bors[bot]kjeremy
andauthored
Merge #7920
7920: Cargo update r=kjeremy a=kjeremy Chalk changes just a version # bump. There are no actual commits. Co-authored-by: kjeremy <kjeremy@gmail.com>
2 parents 64e95ee + e13ac34 commit f2b8df1

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

Cargo.lock

Lines changed: 21 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ena = "0.14.0"
1717
log = "0.4.8"
1818
rustc-hash = "1.1.0"
1919
scoped-tls = "1"
20-
chalk-solve = { version = "0.59", default-features = false }
21-
chalk-ir = "0.59"
22-
chalk-recursive = "0.59"
20+
chalk-solve = { version = "0.60", default-features = false }
21+
chalk-ir = "0.60"
22+
chalk-recursive = "0.60"
2323
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2424

2525
stdx = { path = "../stdx", version = "0.0.0" }

0 commit comments

Comments
 (0)