From 5a8daf34be7a66a71cd11508d300793b16e3eb1d Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Wed, 2 Mar 2022 16:36:01 -0500 Subject: [PATCH] Fix Project.toml --- Project.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index a85c535..e8ee962 100644 --- a/Project.toml +++ b/Project.toml @@ -1,18 +1,8 @@ -authors = ["chriselrod and contributors"] name = "TriangularSolve" uuid = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf" +authors = ["chriselrod and contributors"] version = "0.1.11" -[compat] -CloseOpenIntervals = "0.1" -IfElse = "0.1" -LayoutPointers = "0.1.2" -LoopVectorization = "0.12.30" -Polyester = "0.4, 0.5, 0.6" -Static = "0.2, 0.3, 0.4, 0.6" -VectorizationBase = "0.21" -julia = "1.5" - [deps] CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9" IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" @@ -23,6 +13,16 @@ Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" +[compat] +CloseOpenIntervals = "0.1" +IfElse = "0.1" +LayoutPointers = "0.1.2" +LoopVectorization = "0.12.30" +Polyester = "0.4, 0.5, 0.6" +Static = "0.2, 0.3, 0.4, 0.6" +VectorizationBase = "0.21" +julia = "1.5" + [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"