From ea93665cde5246384ffdefea1fb9b33315423498 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Wed, 26 Jun 2024 20:42:35 -0400 Subject: [PATCH] Static 1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8dc5d6e..35f7d3d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "StaticArrayInterface" uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718" -version = "1.5.0" +version = "1.5.1" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -18,7 +18,7 @@ ArrayInterface = "7" Compat = "4" IfElse = "0.1" PrecompileTools = "1" -Static = "0.8" +Static = "0.8, 1" Requires = "1" julia = "1.6"