Skip to content

Commit bdfdb52

Browse files
committed
Bump chalk
1 parent e3e6133 commit bdfdb52

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 9 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
tracing = "0.1"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1"
21-
chalk-solve = { version = "0.75", default-features = false }
22-
chalk-ir = "0.75"
23-
chalk-recursive = { version = "0.75", default-features = false }
21+
chalk-solve = { version = "0.76", default-features = false }
22+
chalk-ir = "0.76"
23+
chalk-recursive = { version = "0.76", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/arena" }
2525
once_cell = { version = "1.5.0" }
2626
typed-arena = "2.0.1"

0 commit comments

Comments
 (0)