petern48 commented on code in PR #476:
URL: https://github.com/apache/sedona-db/pull/476#discussion_r2656957783
##########
Cargo.toml:
##########
@@ -100,12 +101,11 @@ mimalloc = { version = "0.1", default-features = false }
libmimalloc-sys = { version = "0.1", default-features = false }
once_cell = "1.20"
-geos = { git="https://github.com/georust/geos.git",
rev="47afbad2483e489911ddb456417808340e9342c3", features = ["geo", "v3_11_0"] }
+geos = { git="https://github.com/georust/geos.git",
rev="47afbad2483e489911ddb456417808340e9342c3", features = ["geo", "v3_12_0"] }
Review Comment:
need 3_12_0 so i can access `has_m()`. `get_m()` is not implemented yet, but
i found a nice way around that by copying the whole buffer
--
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]