From c840c01fbaaa09557fb177ebe17c2ffd215a24d2 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Sat, 22 Mar 2025 14:30:48 +0100 Subject: [PATCH] Require FunctionChains 0.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e5db2787..fa7b6ddf 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ ConstantRNGs = "0.1.1" ConstructionBase = "1.3" DensityInterface = "0.4" FillArrays = "0.12, 0.13, 1" -FunctionChains = "0.1" +FunctionChains = "0.2" IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8"