From 9ec0d1b3b7d8dd90255bbaf05b5dbabbafed5a33 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:35:09 +0100 Subject: [PATCH] bump lower compat bound of Static.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a2cf30d8c82..a2c2e1786a2 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17" -Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Static = "0.3.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.18"