We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144b9aa commit 43d0c2dCopy full SHA for 43d0c2d
Cargo.toml
@@ -13,7 +13,7 @@ default = ["duckdb-bundled"]
13
duckdb-bundled = ["duckdb/bundled"]
14
15
[dependencies]
16
-duckdb = { version = "1.1.1" }
+duckdb = { version = "=1.1.1" }
17
geojson = "0.24.1"
18
pyo3 = { version = "0.23.4", features = ["abi3-py310"] }
19
pyo3-async-runtimes = { version = "0.23.0", features = [
0 commit comments