From e425ff59ceba9711e904d6b1584dacfd5fdc8292 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Sun, 20 Nov 2022 01:06:09 -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 a556fb5..5076f6b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TriangularSolve" uuid = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf" authors = ["chriselrod and contributors"] -version = "0.1.14" +version = "0.1.15" [deps] CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9" @@ -21,7 +21,7 @@ LayoutPointers = "0.1.2" LoopVectorization = "0.12.30" Polyester = "0.4, 0.5, 0.6" SnoopPrecompile = "1" -Static = "0.2, 0.3, 0.4, 0.6, 0.7" +Static = "0.2, 0.3, 0.4, 0.6, 0.7, 0.8" VectorizationBase = "0.21" julia = "1.5"