Skip to content

Commit 6cba20d

Browse files
committed
deps(duckdb): pin to v1.0
v1.1, though it supposedly has geoparquet support, breaks things. Pin this for now.
1 parent 08bdb78 commit 6cba20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["science", "data-structures"]
1212

1313
[dependencies]
1414
arrow = "52"
15-
duckdb = "1"
15+
duckdb = "1.0"
1616
geoarrow = { version = "0.3" }
1717
parquet = "52"
1818
stac = { version = "0.9.0", path = "../core", features = ["geoarrow"] }

0 commit comments

Comments
 (0)