From 254df91656609cb28ed548c387f9881f5eef2d60 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Oct 2023 01:06:04 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ForwardDiff at version 0.10, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0ec43f..e8fb177 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,9 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" [compat] -MacroTools = "0.5" Crayons = "4" +ForwardDiff = "0.10" +MacroTools = "0.5" julia = "1" [extras]