From 54ac00087822c9359e3e1f42d76da7ac6ce7d5aa Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 15:02:15 -0700 Subject: [PATCH] use 0.6.0-pre as minimum julia version in REQUIRE `mutable struct` syntax won't work on early 0.6.0-dev versions, so better to stick to 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 3a091fe..2d33786 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6- +julia 0.6.0-pre BinDeps SampledSignals 0.3.0 RingBuffers 1.0.0