Skip to content

Commit

Permalink
use 0.6.0-pre as minimum julia version in REQUIRE (#9)
Browse files Browse the repository at this point in the history
`abstract type` wouldn't work on early 0.6.0-dev versions,
so the package shouldn't claim to support them
  • Loading branch information
tkelman authored and KristofferC committed May 25, 2017
1 parent 7de4499 commit 8d80856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6-
julia 0.6.0-pre
MacroTools
DataStructures
Requires
Expand Down

0 comments on commit 8d80856

Please sign in to comment.