Skip to content

Commit 27c5e2d

Browse files
committed
Bump chalk
1 parent e50ca6b commit 27c5e2d

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
@@ -18,9 +18,9 @@ ena = "0.14.0"
1818
log = "0.4.8"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1"
21-
chalk-solve = { version = "0.60", default-features = false }
22-
chalk-ir = "0.60"
23-
chalk-recursive = "0.60"
21+
chalk-solve = { version = "0.64", default-features = false }
22+
chalk-ir = "0.64"
23+
chalk-recursive = "0.64"
2424
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2525

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

0 commit comments

Comments
 (0)