Skip to content

Commit fc627e6

Browse files
committed
Update to Chalk 88
1 parent a2beeb8 commit fc627e6

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
@@ -18,10 +18,10 @@ ena = "0.14.0"
1818
tracing = "0.1.35"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1.0.0"
21-
chalk-solve = { version = "0.87.0", default-features = false }
22-
chalk-ir = "0.87.0"
23-
chalk-recursive = { version = "0.87.0", default-features = false }
24-
chalk-derive = "0.87.0"
21+
chalk-solve = { version = "0.88.0", default-features = false }
22+
chalk-ir = "0.88.0"
23+
chalk-recursive = { version = "0.88.0", default-features = false }
24+
chalk-derive = "0.88.0"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2626
once_cell = "1.15.0"
2727
typed-arena = "2.0.1"

0 commit comments

Comments
 (0)