From c983e63fad04f22e52c43cd6dd0153d0e9f02f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:39:08 +0100 Subject: [PATCH] CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) (#100) * CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Sheehan Olver --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b688089..b12c738 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuasiArrays" uuid = "c4ea9172-b204-11e9-377d-29865faadc5c" authors = ["Sheehan Olver "] -version = "0.11.2" +version = "0.11.3" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ArrayLayouts = "1" -DomainSets = "0.6" +DomainSets = "0.6, 0.7" FillArrays = "1" LazyArrays = "1.2" StaticArrays = "1"