Skip to content

Commit d0a99ad

Browse files
committed
Bump chalk
1 parent 79d3f61 commit d0a99ad

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

0 commit comments

Comments
 (0)