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 aeeff29 commit 9dedff6Copy full SHA for 9dedff6
Project.toml
@@ -1,6 +1,7 @@
1
name = "LibGEOS"
2
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
3
-version = "0.6.0"
+license = "MIT"
4
+version = "0.6.1"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -9,10 +10,10 @@ GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
9
10
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
11
12
[compat]
-CEnum = "0.2.0"
13
-GEOS_jll = "3.8.0"
14
-GeoInterface = "0.4.0, 0.5"
15
-julia = "1.3.0"
+CEnum = "0.2"
+GEOS_jll = "3.8"
+GeoInterface = "0.4, 0.5"
16
+julia = "1.3"
17
18
[extras]
19
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments