From 7fe58658656fee23407d07f0506774d037afbe26 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Thu, 27 Jun 2024 10:42:27 -0400 Subject: [PATCH] Static 1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b982a0a..00a27a9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "CloseOpenIntervals" uuid = "fb6a15b2-703c-40df-9091-08a04967cfa9" authors = ["chriselrod and contributors"] -version = "0.1.12" +version = "0.1.13" [deps] Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" [compat] -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"