From 4f9eb13f21bc748638a7ab4489d172b96513dab7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 14 Jan 2023 01:27:47 +0000 Subject: [PATCH] CompatHelper: bump compat for Static to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e33c84cf355..621dda5ede3 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ Requires = "1.1" SciMLBase = "1.21" Setfield = "0.8, 1" StartUpDG = "0.13.1" -Static = "0.3, 0.4, 0.5, 0.6, 0.7" +Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrays = "1" StrideArrays = "0.1.18" StructArrays = "0.6"