Skip to content

Commit d5fcedb

Browse files
bors[bot]kjeremy
andauthored
Merge #6200
6200: Update crates r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
2 parents b7596d2 + a7d6674 commit d5fcedb

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

+3-3
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 = "0.32"
21-
chalk-ir = "0.32"
22-
chalk-recursive = "0.32"
20+
chalk-solve = "0.33"
21+
chalk-ir = "0.33"
22+
chalk-recursive = "0.33"
2323

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

0 commit comments

Comments
 (0)