From e3c406d705d7c684bc4953a72e91b94c981ab0a0 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Mon, 1 Oct 2018 15:17:01 -0400 Subject: [PATCH] Cap at Julia v2 --- Project.toml | 2 +- REQUIRE | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 1ab9f19..ee14cc3 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] keywords = ["Strings", "ICU", "Encoding", "Regex"] license = "MIT" uuid = "62566d7f-c768-4ca3-a8fa-508ab99b922c" -version = "0.1.2" +version = "0.1.3" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" diff --git a/REQUIRE b/REQUIRE index 5d2531d..54bf2bb 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,9 +1,9 @@ -julia 0.6 +julia 0.6 2- BinDeps ModuleInterfaceTools 0.1.6 StrAPI 0.1.7 -CharSetEncodings 0.1.6 +CharSetEncodings 0.1.8 ChrBase 0.1.4 MurmurHash3 0.1.5 -StrBase 0.1.5 -#@windows WinRPM +StrBase 0.1.7 +@windows WinRPM