From 93c180aa6df08ddd82609ced55b3020ce5421218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 00:05:08 +0000 Subject: [PATCH] CompatHelper: bump compat for "ChainRulesCore" to "1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e209009ad..f6538902f 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" [compat] AbstractFFTs = "0.5, 1.0" ChainRules = "0.8.12" -ChainRulesCore = "0.10.4" +ChainRulesCore = "0.10.4, 1" ChainRulesTestUtils = "0.7.1" DiffRules = "1.0" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12"