From 74fdcd16c7a647864eabbba880ad7da334647c53 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Dec 2023 00:51:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Adapt to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b2d575d6..2ef57e47 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ StructArraysSparseArraysExt = "SparseArrays" StructArraysStaticArraysExt = "StaticArrays" [compat] -Adapt = "3.4" +Adapt = "3.4, 4" ConstructionBase = "1" DataAPI = "1" GPUArraysCore = "0.1.2" @@ -47,4 +47,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" [targets] -test = ["Adapt", "Documenter", "GPUArraysCore", "JLArrays", "LinearAlgebra", "OffsetArrays", "PooledArrays", "SparseArrays", "StaticArrays", "Test", "TypedTables", "WeakRefStrings"] \ No newline at end of file +test = ["Adapt", "Documenter", "GPUArraysCore", "JLArrays", "LinearAlgebra", "OffsetArrays", "PooledArrays", "SparseArrays", "StaticArrays", "Test", "TypedTables", "WeakRefStrings"]