We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab51e0 commit 6688054Copy full SHA for 6688054
.travis.yml
@@ -4,6 +4,7 @@ os:
4
- linux
5
julia:
6
- 1.0
7
+ - 1
8
- nightly
9
matrix:
10
allow_failures:
Project.toml
@@ -1,5 +1,6 @@
1
name = "LibGEOS"
2
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
3
+version = "v0.5.0"
[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
@@ -11,5 +12,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
[compat]
13
BinaryProvider = "≥ 0.5.3"
14
GeoInterface = "≥ 0.4.0"
-julia = "≥ 0.7.0"
15
+julia = "≥ 1.0.0"
16
CEnum = "≥ 0.2.0"
appveyor.yml
@@ -1,6 +1,7 @@
environment:
- julia_version: 1.0
+ - julia_version: 1
- julia_version: nightly
platform:
0 commit comments