From 59afe7421990d553742c1a3306020e6d80980019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Thi=C3=A9baut?= Date: Mon, 10 Jun 2024 19:49:12 +0200 Subject: [PATCH] =?UTF-8?q?Restrict=20compatibility=20to=20TypeUtils=20?= =?UTF-8?q?=E2=89=A5=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b134e33..58587ae 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ TypeUtils = "c3b1956e-8857-4d84-9b79-890df85b1e67" [compat] ArrayTools = "0.3" -TypeUtils = "0.3, 1" +TypeUtils = "1" julia = "1.5" [extras]