We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21e90c commit d79eb95Copy full SHA for d79eb95
1 file changed
Cargo.toml
@@ -34,7 +34,7 @@ polars = { version = "0.52", default-features = false }
34
polars-ops = { version = "0.52", features = ["pivot"] }
35
36
# Readers
37
-duckdb = { version = "1.4", features = ["bundled", "vtab-arrow"] }
+duckdb = { version = "~1.4", features = ["bundled", "vtab-arrow"] }
38
arrow = { version = "56", default-features = false, features = ["ipc"] }
39
postgres = "0.19"
40
sqlx = { version = "0.8", features = ["postgres"] }
0 commit comments