From dc15071b92023b7eb2b03bc08457bb64adcc6230 Mon Sep 17 00:00:00 2001 From: s915 Date: Sun, 19 May 2019 15:33:49 +0200 Subject: [PATCH] Remove 0.6 compatibility in Project.toml. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b3ec6e9..3253450 100644 --- a/Project.toml +++ b/Project.toml @@ -12,4 +12,4 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] -julia = "0.6,0.7,1" +julia = "0.7,1"