From f4c902b5f0786c989a4229af255cdf36d630e433 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Oct 2022 00:46:51 +0000 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 079d49d6c8..417729c0a8 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] Adapt = "1.1, 2.0, 3.0" -ArrayInterface = "2.7, 3.0, 4, 5" +ArrayInterface = "2.7, 3.0, 4, 5, 6" DataStructures = "0.18" DiffEqBase = "6.81.3" DocStringExtensions = "0.8"