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
This commit is contained in:
parent
ce51f8497f
commit
54ac000878
1 changed files with 1 additions and 1 deletions
2
REQUIRE
2
REQUIRE
|
@ -1,4 +1,4 @@
|
||||||
julia 0.6-
|
julia 0.6.0-pre
|
||||||
BinDeps
|
BinDeps
|
||||||
SampledSignals 0.3.0
|
SampledSignals 0.3.0
|
||||||
RingBuffers 1.0.0
|
RingBuffers 1.0.0
|
||||||
|
|
Loading…
Reference in a new issue