From 598eab24b9d0b184e1da09438544122e8f97aa0f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 10 Aug 2024 10:30:30 -0400 Subject: [PATCH] Bump to LTS --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3798ed2..2a41b12 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "StaticArrayInterface" uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718" -version = "1.7.0" +version = "1.8.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -26,7 +26,7 @@ IfElse = "0.1" PrecompileTools = "1" Requires = "1" Static = "0.8, 1" -julia = "1.6" +julia = "1.10" [extras] OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"