From e8316a63b1c59f3a80ba69ae0574f8e8d1c65039 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Sat, 19 Nov 2022 22:43:20 -0500 Subject: [PATCH] Static 0.8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c2ba948..9375928 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SLEEFPirates" uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa" authors = ["chriselrod "] -version = "0.6.36" +version = "0.6.37" [deps] IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" @@ -10,7 +10,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" [compat] IfElse = "0.1" -Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7" +Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8" VectorizationBase = "0.20.12, 0.21" julia = "1.5"