From 78128505d4c22c4998fd80f29bba9d0a89898c1c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 31 Mar 2023 00:23:03 +0000 Subject: [PATCH] CompatHelper: bump compat for FillArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9c62a53..0324415 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] ChainRulesCore = "1" ChainRulesTestUtils = "1" -FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13" +FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" FiniteDifferences = "0.12.3" PDMats = "0.11" julia = "1"