mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
11 lines
305 B
TOML
11 lines
305 B
TOML
--- 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"
|