From f3fdab9b9f5f5f6d96351d41d833a8d338a146f7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 9 Mar 2022 13:20:18 +0000 Subject: [PATCH] CompatHelper: bump compat for ContinuumArrays to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2df4f75..c3bafe4 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ QuadratureRules = "a08977f5-a20d-4b99-b11f-f5ea535e0575" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -ContinuumArrays = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" +ContinuumArrays = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" FastTransforms = "0.10, 0.11, 0.12" OffsetArrays = "0.10, 0.11, 1" QuadratureRules = "0.1"