From f50458deaf8721052f924333bfce09b0b047a848 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Mon, 28 Sep 2020 14:24:11 -0400 Subject: Update chalk to 0.30.0 --- crates/hir_ty/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/hir_ty/Cargo.toml') 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" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = { version = "0.29.0" } -chalk-ir = { version = "0.29.0" } -chalk-recursive = { version = "0.29.0" } +chalk-solve = { version = "0.30.0" } +chalk-ir = { version = "0.30.0" } +chalk-recursive = { version = "0.30.0" } stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3