--- rust/cli/Cargo.toml.orig 2024-11-02 16:21:45 UTC +++ rust/cli/Cargo.toml @@ -21,7 +21,7 @@ serde_yaml = "0.9.33" base64 = "0.22.1" dotenv = "0.15" serde_yaml = "0.9.33" -duckdb = { version = "1.0.0", features = ["bundled"] } +duckdb = { version = "1.0.0" } [dev-dependencies] chrono = "0.4.38"