From 110be4ee5d66cdb8ad5a0e48d262c8e63190c683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:25:16 +0100 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.13" (#37) * CompatHelper: bump compat for "FillArrays" to "0.13" * v0.5.2 * Test on v1.8 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver --- .github/workflows/ci.yml | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a300b99..3ce3087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: version: - '1.0' - '1' + - '^1.8.0-0' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 979e86a..82ba6c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LowRankApprox" uuid = "898213cb-b102-5a47-900c-97e73b919f73" -version = "0.5.1" +version = "0.5.2" [deps] FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" @@ -13,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] FFTW = "0.3, 1" -FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12" +FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13" Nullables = "0.0.8, 1.0" julia = "1"