Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Apr 25, 2022
1 parent 6e0eb01 commit fc2e814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions geozero/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

* Add MVT writer and reader
* Return ColumnNotFound instead of ColumnUnknown for Null values
* Update to gdal 0.12 / gdal-sys 0.6

## 0.8.0 (2021-12-02)

Expand Down
6 changes: 3 additions & 3 deletions geozero/Cargo.toml
Expand Up @@ -38,13 +38,13 @@ scroll = { version = "0.10", optional = true }
sqlx = { version = "0.5", default-features = false, optional = true }
postgres-types = { version = "0.2", optional = true }
bytes = { version = "1.0", optional = true }
prost = { version = "0.9.0", optional = true }
prost = { version = "0.10.0", optional = true }
wkt = { version = "0.10.0", optional = true }

[dev-dependencies]
seek_bufread = "1.2"
hex = "0.4"
geo = "0.17"
geo = "0.20"
wkt = "0.10.0"
kdbush = "0.2"
polylabel = "2.4"
Expand All @@ -54,7 +54,7 @@ sqlx = { version = "0.5", default-features = false, features = [ "runtime-tokio-
tokio = { version = "1.2.0", default-features = false, features = ["rt-multi-thread"] }

[build-dependencies]
prost-build = "0.9"
prost-build = "0.10"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit fc2e814

Please sign in to comment.