Skip to content

Commit 43d0c2d

Browse files
committed
fix: pin duckdb
1 parent 144b9aa commit 43d0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default = ["duckdb-bundled"]
1313
duckdb-bundled = ["duckdb/bundled"]
1414

1515
[dependencies]
16-
duckdb = { version = "1.1.1" }
16+
duckdb = { version = "=1.1.1" }
1717
geojson = "0.24.1"
1818
pyo3 = { version = "0.23.4", features = ["abi3-py310"] }
1919
pyo3-async-runtimes = { version = "0.23.0", features = [

0 commit comments

Comments
 (0)