From 6ad69bb0bef59615bf6e09dfc6d907ca725e55d1 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 5 Sep 2024 14:58:17 -0500 Subject: [PATCH] bump StaticArrays lower compat to 1.5 again --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c6858698..35d249d5 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ RecursiveArrayTools = "2.38, 3" Reexport = "1" Setfield = "1" SparseArrays = "1.10" -StaticArrays = "1.4" +StaticArrays = "1.5" SummationByPartsOperators = "0.5.42" Triangulate = "2.2" WriteVTK = "1.19"