From 2c0a6a99603340bdae037f8f4dce5b7824d9afe0 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 7 Oct 2023 23:17:35 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20compat=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 70afebe..3ca2e8b 100644 --- a/Project.toml +++ b/Project.toml @@ -20,8 +20,9 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] Crayons = "4" -Crossterm = "0.5" +Crossterm = "0.5.1" InlineTest = "0.2" +KiwiConstraintSolver = "1.1.1" LoggingExtras = "1" LoggingFormats = "1" ReTest = "0.3"