From 150a44f6ef1b11e9d1ce6ae1e143c749e7bab6ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:09:01 +0000 Subject: [PATCH] CompatHelper: bump compat for "ChainRulesCore" to "0.10" 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 8a3cf776..107db6cf 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.9" +ChainRulesCore = "0.9, 0.10" 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"