From accdb6c18371e102127cd3977dfbc99a7e544fda Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Dec 2023 00:17:56 +0000 Subject: [PATCH] CompatHelper: bump compat for Adapt to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 03463f62..d776eeb5 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] -Adapt = "3" +Adapt = "3, 4" ArrayInterface = "6, 7" DataStructures = "0.18" DiffEqBase = "6.130.1"