aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-28 19:30:50 +0100
committerGitHub <[email protected]>2020-09-28 19:30:50 +0100
commit7b674f9ab491fdd01278c21f539e65239518e296 (patch)
tree8a666d00a923a3a16f4c78d70ed3ba22c6b2d2a4 /crates
parent550709175071a865a7e5101a910eee9e0f8761a2 (diff)
parentf50458deaf8721052f924333bfce09b0b047a848 (diff)
Merge #6088
6088: Update chalk to 0.30.0 r=flodiebold a=nathanwhit Fixes #6078 and CI failures. Co-authored-by: Nathan Whitaker <[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 74d9003ee..ed1c911c2 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.29.0" } 20chalk-solve = { version = "0.30.0" }
21chalk-ir = { version = "0.29.0" } 21chalk-ir = { version = "0.30.0" }
22chalk-recursive = { version = "0.29.0" } 22chalk-recursive = { version = "0.30.0" }
23 23
24stdx = { path = "../stdx", version = "0.0.0" } 24stdx = { path = "../stdx", version = "0.0.0" }
25hir_def = { path = "../hir_def", version = "0.0.0" } 25hir_def = { path = "../hir_def", version = "0.0.0" }