Kontinuation commented on code in PR #165:
URL: https://github.com/apache/sedona-db/pull/165#discussion_r2393098569
##########
c/sedona-geos/Cargo.toml:
##########
@@ -31,6 +31,7 @@ criterion = { workspace = true }
sedona = { path = "../../rust/sedona" }
sedona-testing = { path = "../../rust/sedona-testing", features =
["criterion"] }
rstest = { workspace = true }
+geo = { workspace = true }
Review Comment:
We only need `geo-types` here so I'll switch to use `geo-types` instead of
`geo`. This is a test dependency so I thought that it should be fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]