diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-07 11:32:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-07 11:32:06 +0100 |
commit | ae1197accd6150b9ba5e6273794ec7f7500acdc8 (patch) | |
tree | 04e38e48eb077ea011383c21f45743bb5d1200eb /crates | |
parent | f1d507270c7d915ef0177feca7b6745d95169ac8 (diff) | |
parent | 4591bd458dd0d650f2288e911b598c0a571dcdfd (diff) |
Merge #5674
5674: Update chalk r=matklad a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index 623ce261a..83397d579 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml | |||
@@ -28,9 +28,9 @@ test_utils = { path = "../test_utils" } | |||
28 | 28 | ||
29 | scoped-tls = "1" | 29 | scoped-tls = "1" |
30 | 30 | ||
31 | chalk-solve = { version = "0.19.0" } | 31 | chalk-solve = { version = "0.21.0" } |
32 | chalk-ir = { version = "0.19.0" } | 32 | chalk-ir = { version = "0.21.0" } |
33 | chalk-recursive = { version = "0.19.0" } | 33 | chalk-recursive = { version = "0.21.0" } |
34 | 34 | ||
35 | [dev-dependencies] | 35 | [dev-dependencies] |
36 | expect = { path = "../expect" } | 36 | expect = { path = "../expect" } |