From c71f4d8e62c291179b7e853c74a79d43983b8c2b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 16 Feb 2022 00:27:26 +0000 Subject: [PATCH] CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32cef54..f6b1e81 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Vofinit = "1beee101-8e09-4165-b3f9-a3e33534e38b" [compat] -FillArrays = "0.12" +FillArrays = "0.12, 0.13" LazyArrays = "0.22" julia = "1"