From 03f81bdb17af411471d2538d8b6f599b68f31aa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 00:11:23 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bcb98434..06d45ccd 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ ForwardDiff = "0.10" FunctionWrappers = "1" MacroTools = "0.5" NaNMath = "0.3" -SpecialFunctions = "0.8, 0.9, 0.10" +SpecialFunctions = "0.8, 0.9, 0.10, 1.0" StaticArrays = "0.10, 0.11, 0.12, 1.0" julia = "1"