From e03a7cb3a11138883e7cc1e195ad359b81c17167 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Tue, 29 Sep 2020 14:55:07 +0200 Subject: [PATCH] Update Project.toml Fixed breaking compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9ed23d2..2dd3197 100644 --- a/Project.toml +++ b/Project.toml @@ -10,5 +10,5 @@ SearchLight = "340e8cb6-72eb-11e8-37ce-c97ebeb32050" [compat] Genie = "1" -SearchLight = "0" +SearchLight = "0.20" julia = "1"