From 321097d4a6fa8fe525233c2818f369e63411a5e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 01:04:03 +0000 Subject: [PATCH] CompatHelper: bump compat for "ChainRulesCore" to "1" for package test --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 0fb95298..5a2d26b3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -ChainRulesCore = "0.10" +ChainRulesCore = "0.10, 1" Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" Documenter = "0.24, 0.25, 0.26" FillArrays = "0.11"