From db7c0f4dc51239faf2cc448f5770064d861d1706 Mon Sep 17 00:00:00 2001 From: George Stagg Date: Thu, 12 Mar 2026 11:59:42 +0000 Subject: [PATCH] Pin duckdb to version 1.4.* --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d6a410f..c732078e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ polars = { version = "0.52", default-features = false } polars-ops = { version = "0.52", features = ["pivot"] } # Readers -duckdb = { version = "1.4", features = ["bundled", "vtab-arrow"] } +duckdb = { version = "~1.4", features = ["bundled", "vtab-arrow"] } arrow = { version = "56", default-features = false, features = ["ipc"] } postgres = "0.19" sqlx = { version = "0.8", features = ["postgres"] }