From f3be7cea0746499fa6927abe3c53aa2b80fcd1af Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Wed, 26 Jun 2024 20:40:09 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 809729d..aa9b0fd 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.16" +version = "0.1.17" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -16,7 +16,7 @@ ArrayInterface = "7" LinearAlgebra = "1" ManualMemory = "0.1.6" SIMDTypes = "0.1" -Static = "0.8" +Static = "0.8, 1" StaticArrayInterface = "1" Test = "1.11.0" julia = "1.6"