From 2d99024201a3760867db4ec3e551b1adc1de0072 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 4 May 2017 11:50:22 -0700 Subject: [PATCH] Drop Julia 0.4 support set minimum version to 0.5 in REQUIRE --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index f67e43c..bee7b97 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,3 @@ -julia 0.4 +julia 0.5 Compat 0.9.5 Iterators