Skip to content

Commit b98ac70

Browse files
committed
Add WinRPM to Project.toml, update versions
1 parent e3c406d commit b98ac70

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ git:
1717
## (tests will run but not make your overall status red)
1818
matrix:
1919
allow_failures:
20-
- julia: 1.0
2120
- julia: nightly
2221

2322
## uncomment and modify the following lines to manually install system packages

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "ICU", "Encoding", "Regex"]
55
license = "MIT"
66
uuid = "62566d7f-c768-4ca3-a8fa-508ab99b922c"
7-
version = "0.1.3"
7+
version = "0.1.4"
88

99
[deps]
1010
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -16,3 +16,4 @@ BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
1616

1717
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
1818
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a" # 2v12uwlr0ueale6n
19+
WinRPM = "c17dfb99-b4f7-5aad-8812-456da1ad7187"

REQUIRE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
julia 0.6 2-
22
BinDeps
33
ModuleInterfaceTools 0.1.6
4-
StrAPI 0.1.7
4+
StrAPI 0.1.8
55
CharSetEncodings 0.1.8
6-
ChrBase 0.1.4
6+
ChrBase 0.1.7
77
MurmurHash3 0.1.5
8-
StrBase 0.1.7
8+
StrBase 0.1.10
99
@windows WinRPM

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ platform:
1313
## (tests will run but not make your overall status red)
1414
matrix:
1515
allow_failures:
16-
- julia_version: 1.0
1716
- julia_version: latest
1817

1918
branches:

0 commit comments

Comments
 (0)