From 42a7523b8130db5f3a6b811bd25989a95be7148c Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Wed, 15 Jun 2022 23:41:35 -0400 Subject: [PATCH] More Static compats --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f04001b..2d3d248 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LayoutPointers" uuid = "10f19ff3-798f-405d-979b-55457f8fc047" authors = ["chriselrod and contributors"] -version = "0.1.9" +version = "0.1.10" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -18,7 +18,7 @@ ArrayInterfaceOffsetArrays = "0.1" ArrayInterfaceStaticArrays = "0.1" ManualMemory = "0.1.6" SIMDTypes = "0.1" -Static = "0.3, 0.4, 0.5, 0.6" +Static = "0.3, 0.4, 0.5, 0.6, 0.7" julia = "1.6" [extras]