From bf39e19acdeaf22cc548b91087c927c12a9d442b Mon Sep 17 00:00:00 2001 From: Toby Driscoll Date: Wed, 20 Nov 2019 13:00:30 -0500 Subject: [PATCH] Added compatibility bounds --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index c6d5647..30147a8 100644 --- a/Project.toml +++ b/Project.toml @@ -11,3 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"] + +[compat] +julia = "1" +Primes = "^0.4"