From b98ac70f30dc1209b89d727e62e7acf610c2d4af Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Wed, 3 Oct 2018 23:49:29 -0400 Subject: [PATCH] Add WinRPM to Project.toml, update versions --- .travis.yml | 1 - Project.toml | 3 ++- REQUIRE | 6 +++--- appveyor.yml | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index de45ad5..fca8d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ git: ## (tests will run but not make your overall status red) matrix: allow_failures: - - julia: 1.0 - julia: nightly ## uncomment and modify the following lines to manually install system packages diff --git a/Project.toml b/Project.toml index ee14cc3..52558af 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.3" +version = "0.1.4" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" @@ -16,3 +16,4 @@ BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee" ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf" StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a" # 2v12uwlr0ueale6n +WinRPM = "c17dfb99-b4f7-5aad-8812-456da1ad7187" diff --git a/REQUIRE b/REQUIRE index 54bf2bb..6a1927b 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,9 +1,9 @@ julia 0.6 2- BinDeps ModuleInterfaceTools 0.1.6 -StrAPI 0.1.7 +StrAPI 0.1.8 CharSetEncodings 0.1.8 -ChrBase 0.1.4 +ChrBase 0.1.7 MurmurHash3 0.1.5 -StrBase 0.1.7 +StrBase 0.1.10 @windows WinRPM diff --git a/appveyor.yml b/appveyor.yml index ec0a8e5..97b0b7b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,6 @@ platform: ## (tests will run but not make your overall status red) matrix: allow_failures: - - julia_version: 1.0 - julia_version: latest branches: