Skip to content

Commit

Permalink
Support more versions of geo and geozero
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
Pascal Hertleif committed Mar 25, 2024
1 parent 35c3697 commit 7571f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ version = "0.5.3"

[dependencies]
async-graphql = {version = ">=4,<7", optional = true}
geo = "0.23"
geo = ">=0.23,<0.29"
geo-types = "0.7.8"
geozero = {version = "0.9", features = [
geozero = {version = ">=0.9,<0.13", features = [
"with-postgis-sqlx",
], optional = true}
serde = {version = "1.0.144", features = ["derive"], optional = true}
Expand Down

0 comments on commit 7571f16

Please sign in to comment.