From 8d808560cb359f1247b6cd3a0edf2aea756a9a90 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 14:39:49 -0700 Subject: [PATCH] use 0.6.0-pre as minimum julia version in REQUIRE (#9) `abstract type` wouldn't work on early 0.6.0-dev versions, so the package shouldn't claim to support them --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index bd986a0b..59a4bd29 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6- +julia 0.6.0-pre MacroTools DataStructures Requires