aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-21 08:33:25 +0000
committerGitHub <[email protected]>2021-01-21 08:33:25 +0000
commitcc53252e8718540cf392c1cd40951ef685bd52a0 (patch)
tree00fe318ca7dc6400bc0bf0a6e18bc7bed9a1b7d7 /crates
parent70f7a10013775c1dce10b0d7a7724a48bb76b065 (diff)
parente42dfd7a40f359e691abb2f7a3cc08c089f72e9a (diff)
Merge #7367
7367: Bump chalk r=lnicola a=lnicola Fixes #6945 Fixes #6812 bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/hir_ty/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml
index d0211c914..db42a00dc 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -17,9 +17,9 @@ ena = "0.14.0"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = { version = "0.49", default-features = false } 20chalk-solve = { version = "0.50", default-features = false }
21chalk-ir = "0.49" 21chalk-ir = "0.50"
22chalk-recursive = "0.49" 22chalk-recursive = "0.50"
23la-arena = { version = "0.2.0", path = "../../lib/arena" } 23la-arena = { version = "0.2.0", path = "../../lib/arena" }
24 24
25stdx = { path = "../stdx", version = "0.0.0" } 25stdx = { path = "../stdx", version = "0.0.0" }