From 31895bb42f59a15414670cd829011b65cdceeb0a Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Tue, 10 Aug 2021 00:33:34 +0530 Subject: [PATCH 1/2] Update compat sections for registration --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 62b70e6f..f58eaae3 100644 --- a/Project.toml +++ b/Project.toml @@ -10,8 +10,9 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -Functors = "0" +Functors = "0.1, 0.2" Requires = "0.5, 1" +julia = "1.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From ffb18fd20bd163c3e0065425d9d27406f2805253 Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Tue, 10 Aug 2021 00:34:39 +0530 Subject: [PATCH 2/2] set Julia compat to current release --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f58eaae3..79900b63 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Functors = "0.1, 0.2" Requires = "0.5, 1" -julia = "1.5" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"