Skip to content

Commit 9cfb373

Browse files
committed
Bump chalk
1 parent 76c1fac commit 9cfb373

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/ra_hir_ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ test_utils = { path = "../test_utils" }
2828

2929
scoped-tls = "1"
3030

31-
chalk-solve = { version = "0.17.0" }
32-
chalk-ir = { version = "0.17.0" }
33-
chalk-recursive = { version = "0.17.0" }
31+
chalk-solve = { version = "0.18.0" }
32+
chalk-ir = { version = "0.18.0" }
33+
chalk-recursive = { version = "0.18.0" }
3434

3535
[dev-dependencies]
3636
insta = "0.16.0"

0 commit comments

Comments
 (0)