Skip to content

Commit

Permalink
Release geozero 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jul 21, 2022
1 parent 329c42c commit 5eb6ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geozero/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "geozero"
version = "0.9.4"
version = "0.9.5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2018"
description = "Zero-Copy reading and writing of geospatial data."
Expand Down Expand Up @@ -65,8 +65,8 @@ prost-build = "0.10"
[package.metadata.docs.rs]
#all-features = true
#rustc-args = ["--cfg", "docsrs"]
# Disable GDAL for docs.rs build, as a workaround for https://github.com/georust/gdal/issues/240
features = ["with-geos", "with-wkb", "with-gpkg", "with-postgis-sqlx", "with-postgis-postgres", "with-mvt", "with-tessellator"]
# Disable GDAL for docs.rs build, as a workaround for https://github.com/georust/gdal/issues/240
features = ["with-geos", "with-wkb", "with-gpkg", "with-postgis-sqlx", "with-postgis-postgres", "with-mvt", "with-tessellator", "with-csv", "with-arrow"]

[[test]]
name = "gdal"
Expand Down

0 comments on commit 5eb6ec3

Please sign in to comment.