From 032f66ffc285fd1235917ad1c2734d77eb37305e Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 3 Dec 2024 14:31:56 +0100 Subject: [PATCH] bump compat of FastBroadcast to 0.3.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 16755fcc..f3f4cdf2 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284" [compat] BandedMatrices = "1" DiffEqBase = "6.152.2" -FastBroadcast = "0.2.8, 0.3" +FastBroadcast = "0.3.1" Interpolations = "0.14.2, 0.15" LinearAlgebra = "1" PolynomialBases = "0.4.15"