Skip to content

Commit b4844ca

Browse files
authored
Pin GDAL version. (#354)
* Pin GDAL version. * Pin GDAL_jll. * Also add GDAL_jll to deps.
1 parent ec95fa5 commit b4844ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
33
keywords = ["GDAL", "IO"]
44
license = "MIT"
55
desc = "A high level API for GDAL - Geospatial Data Abstraction Library"
6-
version = "0.9.3"
6+
version = "0.9.4"
77

88
[deps]
99
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -12,6 +12,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1212
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
1313
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
1414
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
15+
GDAL_jll = "a7073274-a066-55f0-b90d-d619367d196c"
1516
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
1617
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
1718
GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
@@ -24,6 +25,7 @@ ColorTypes = "0.10, 0.11"
2425
DiskArrays = "0.3"
2526
Extents = "0.1"
2627
GDAL = "1.3"
28+
GDAL_jll = "300.400 - 300.500"
2729
GeoFormatTypes = "0.3, 0.4"
2830
GeoInterface = "1"
2931
GeoInterfaceRecipes = "1.0"

0 commit comments

Comments
 (0)