We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f757b commit bb26d32Copy full SHA for bb26d32
Cargo.toml
@@ -23,7 +23,7 @@ pyo3-async-runtimes = { version = "0.24.0", features = [
23
pyo3-arrow = "0.8.0"
24
pythonize = "0.24.0"
25
serde = "1.0.217"
26
-serde_json = "1.0.138"
+serde_json = { version = "1.0.138", features = ["preserve_order"] }
27
stac = { features = [
28
"geoparquet-compression",
29
"object-store-all",
0 commit comments