From 54ac00087822c9359e3e1f42d76da7ac6ce7d5aa Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 15:02:15 -0700 Subject: [PATCH 1/2] 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 From 312d4a90cadd06e36f648dbbf67fbb9c3ce79681 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 25 May 2017 15:07:41 -0700 Subject: [PATCH 2/2] be even more specific --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index 2d33786..ad4f72f 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.6.0-pre +julia 0.6.0-dev.2746 BinDeps SampledSignals 0.3.0 RingBuffers 1.0.0