From 5f59768cdb4612f53e7d18e705850404eaff5adf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 01:11:25 +0000 Subject: [PATCH] CompatHelper: bump compat for FastBroadcast to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6b8c26b5b..d8914fe65 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ DiffEqBase = "6.122" DiffEqCallbacks = "2.36, 3" DiffEqDevTools = "2" DocStringExtensions = "0.9" -FastBroadcast = "0.2" +FastBroadcast = "0.2, 0.3" FillArrays = "1.9" FiniteHorizonGramians = "0.2" ForwardDiff = "0.10"