From f2d0ecd942216234d3628d10e2ffa1504b3a3e63 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 15 Jan 2023 01:42:35 +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"