From c3bd8ede45c8d6f478284b2bdad3a5f451031792 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:18:56 +0100 Subject: [PATCH] bum lower compat bound of StartUpDG.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 42601ac639e..7f4d9e6735b 100644 --- a/Project.toml +++ b/Project.toml @@ -77,7 +77,7 @@ SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" -StartUpDG = "0.17" +StartUpDG = "0.17.6" Static = "0.3.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4" StaticArrays = "1"