Skip to content

Commit 63e8bdb

Browse files
committed
Bump chalk
1 parent 8ffd76d commit 63e8bdb

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

Cargo.lock

Lines changed: 20 additions & 29 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.58", default-features = false }
21-
chalk-ir = "0.58"
22-
chalk-recursive = "0.58"
20+
chalk-solve = { version = "0.59", default-features = false }
21+
chalk-ir = "0.59"
22+
chalk-recursive = "0.59"
2323
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2424

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

0 commit comments

Comments
 (0)