From 312c7944597e830ef8d90520336ac88409c1dd06 Mon Sep 17 00:00:00 2001 From: Renato Lui Geh Date: Tue, 1 Dec 2020 19:01:13 -0300 Subject: [PATCH] Add compat to Julia --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 09fec19..28be327 100644 --- a/Project.toml +++ b/Project.toml @@ -3,6 +3,9 @@ uuid = "cd45f48d-2bff-4983-a793-756749635bd1" authors = ["Renato Lui Geh "] version = "0.1.2" +[compat] +julia = "1" + [deps] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"