From 0403e82d91ea4d17bd6dac27b5e7eed73796ee0a Mon Sep 17 00:00:00 2001 From: kjeremy Date: Mon, 2 Nov 2020 12:00:58 -0500 Subject: Bump chalk and lexer --- 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 3b822d223..fdc65a5c3 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.36", default-features = false } -chalk-ir = "0.36" -chalk-recursive = "0.36" +chalk-solve = { version = "0.37", default-features = false } +chalk-ir = "0.37" +chalk-recursive = "0.37" stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3