From d5c9962dc34939277a2529139de4f9a3946bbc1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 14:28:20 +0100 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.12" (#61) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0bb8973..5c116f9 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ DomainSets = "0.5" FFTW = "1.1" FastGaussQuadrature = "0.4" FastTransforms = "0.12" -FillArrays = "0.11" +FillArrays = "0.11, 0.12" IntervalSets = "0.5" Reexport = "0.2, 1" SpecialFunctions = "0.10, 1.0"