From c6e20dbdaae727517d30189d0e7a7df84888478e Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 13:07:53 -0700 Subject: [PATCH] use 0.6.0-pre as minimum julia version in REQUIRE since `struct` syntax wouldn't work on early 0.6.0-dev versions, better to stick with the julia-0.5-compatible versions of the package there --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index d29ae56e..bf48baaf 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6- +julia 0.6.0-pre Iterators DataFlow Juno