Skip to content

Commit eb79c20

Browse files
bors[bot]kjeremy
andauthored
Merge #6086
6086: chalk 0.29.0 r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2 parents 0fb5d9d + 76dfac7 commit eb79c20

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.28.0" }
21-
chalk-ir = { version = "0.28.0" }
22-
chalk-recursive = { version = "0.28.0" }
20+
chalk-solve = { version = "0.29.0" }
21+
chalk-ir = { version = "0.29.0" }
22+
chalk-recursive = { version = "0.29.0" }
2323

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

0 commit comments

Comments
 (0)