From e7e5bd7c7fe8f051644a23422f9df17a6b505c00 Mon Sep 17 00:00:00 2001 From: Tamas Nagy Date: Mon, 1 Jul 2019 13:26:12 -0700 Subject: [PATCH] explicitly add julia to compat section see https://github.com/JuliaRegistries/General/pull/1616#issuecomment-506636070 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index af96994..446f973 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] +julia = "1" Highlights = ">=0.3.1" Mustache = ">=0.4.1" Plots = ">=0.19.0"