From fd70ce3963bd68e1c8443f0df7fc7d0936abe107 Mon Sep 17 00:00:00 2001 From: Guillaume Marques Date: Fri, 2 Apr 2021 15:32:36 +0200 Subject: [PATCH] Add upper bound on Julia compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 80e9370..2fefc28 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["Guillaume Marques "] version = "0.4.0" [compat] -julia = "≥ 1.2" +julia = "^1.2" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"