From bfbe7758e6878e11b0507548953f61076ce9666d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 16 Aug 2021 18:49:09 +0000 Subject: [PATCH] CompatHelper: bump compat for Primes to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b1f2f4c..25edbae 100644 --- a/Project.toml +++ b/Project.toml @@ -12,8 +12,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Primes = "0.4, 0.5" julia = "1" -Primes = "0.4" [extras] SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"