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