From 6cd19fd99a351848645e0214775f5a7ce44fcdd5 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Tue, 19 Dec 2023 09:01:11 +0100 Subject: [PATCH] Allow Adapt.jl v4 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8cf51975..a5a3d11f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PencilArrays" uuid = "0e08944d-e94e-41b1-9406-dcf66b6a9d2e" authors = ["Juan Ignacio Polanco and contributors"] -version = "0.19.2" +version = "0.19.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -27,7 +27,7 @@ PencilArraysDiffEqExt = ["DiffEqBase"] PencilArraysHDF5Ext = ["HDF5"] [compat] -Adapt = "3" +Adapt = "3, 4" DiffEqBase = "6" HDF5 = "0.16, 0.17" JSON3 = "1.4"