blob: ee7d49c0701f5b01cc495a14ddab587b7f1dad01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|