From d2619de0435844e464ab5405f92b4188d010d29c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Dec 2021 01:12:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Polyester to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 61b647c..a18da4e 100644 --- a/Project.toml +++ b/Project.toml @@ -10,9 +10,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" [compat] -julia = "1.5" -Polyester = "0.5" +Polyester = "0.5, 0.6" SparseMatricesCSR = "0.6" +julia = "1.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"