From 83cd26c83b16cf53cb09b7d9da1188487b0db5f5 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Thu, 27 Jun 2024 10:30:38 -0400 Subject: [PATCH] Static 1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 14b9c0e..747b330 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VectorizationBase" uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" authors = ["Chris Elrod "] -version = "0.21.69" +version = "0.21.70" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -24,7 +24,7 @@ LayoutPointers = "0.1" Libdl = "1" LinearAlgebra = "1" SIMDTypes = "0.1" -Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" StaticArrayInterface = "1" julia = "1.6"