Skip to content

Commit b2ef351

Browse files
committed
Set the minimum Julia version to 1.3
This is required for using JLLs.
1 parent 8739763 commit b2ef351

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.0
8-
- 1.1
7+
- 1.3
98
- nightly
109
matrix:
1110
allow_failures:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "CodecZstd"
22
uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
33
license = "MIT"
44
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5-
version = "0.6.1"
5+
version = "0.7.0"
66

77
[deps]
88
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
@@ -11,7 +11,7 @@ Zstd_jll = "3161d3a3-bdf6-5164-811a-617609db77b4"
1111
[compat]
1212
TranscodingStreams = "0.9"
1313
Zstd_jll = "1.4"
14-
julia = "1"
14+
julia = "1.3"
1515

1616
[extras]
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.0
4-
- julia_version: 1.1
3+
- julia_version: 1.3
54
- julia_version: nightly
65

76
platform:

0 commit comments

Comments
 (0)