Skip to content

Commit 1d1a86f

Browse files
committed
Bump chalk to 0.89
1 parent 7c05f55 commit 1d1a86f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

crates/hir-ty/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ either = "1.7.0"
2222
tracing = "0.1.35"
2323
rustc-hash = "1.1.0"
2424
scoped-tls = "1.0.0"
25-
chalk-solve = { version = "0.88.0", default-features = false }
26-
chalk-ir = "0.88.0"
27-
chalk-recursive = { version = "0.88.0", default-features = false }
28-
chalk-derive = "0.88.0"
25+
chalk-solve = { version = "0.89.0", default-features = false }
26+
chalk-ir = "0.89.0"
27+
chalk-recursive = { version = "0.89.0", default-features = false }
28+
chalk-derive = "0.89.0"
2929
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
3030
once_cell = "1.17.0"
3131
typed-arena = "2.0.1"

0 commit comments

Comments
 (0)