Skip to content

Commit

Permalink
chore: updated rust and python deps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mailletf authored Jan 16, 2025
1 parent efcc5e6 commit 0fb90e3
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 327 deletions.
169 changes: 130 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ readme = "README.md"
keywords=["polygon", "geohashes", "geospatial"]

[dependencies]
pyo3 = { version = "0.21.0", features = ["extension-module", "abi3-py310"] }
geo = "^0.28.0"
pyo3 = { version = "^0.21.0", features = ["extension-module", "abi3-py310"] }
geo = "^0.29"
geohash = "^0.13.1"
queue = "0.3.1"
py_geo_interface = "0.8.0"
geo-types = "0.7.13"
queue = "^0.3.1"
py_geo_interface = "^0.8.0"
geo-types = "^0.7.13"

[lib]
name = "geohash_polygon"
Expand Down
Loading

0 comments on commit 0fb90e3

Please sign in to comment.