Skip to content

Commit 7b674f9

Browse files
Merge #6088
6088: Update chalk to 0.30.0 r=flodiebold a=nathanwhit Fixes #6078 and CI failures. Co-authored-by: Nathan Whitaker <[email protected]>
2 parents 5507091 + f50458d commit 7b674f9

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.29.0" }
21-
chalk-ir = { version = "0.29.0" }
22-
chalk-recursive = { version = "0.29.0" }
20+
chalk-solve = { version = "0.30.0" }
21+
chalk-ir = { version = "0.30.0" }
22+
chalk-recursive = { version = "0.30.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)