From b03b9a570ddc4d3693d1264dc6eb16438b88aea0 Mon Sep 17 00:00:00 2001 From: Chetan Vardhan Date: Tue, 28 May 2024 10:37:01 +0900 Subject: [PATCH] Update deps in Project.toml for ConstraintCommons --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2f512a4..6eeb586 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" [compat] -ConstraintCommons = "0.1" +ConstraintCommons = "0.2" Dictionaries = "0.4" Intervals = "1" PatternFolds = "0.2"