Use NixOS' pre-built and, presumably, correctly optimized version of the duckdb library.
This commit is contained in:
parent
67dc547313
commit
6198dcb40d
4 changed files with 13 additions and 165 deletions
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
duckdb = { version = "1", features = ["bundled", "extensions-full"] }
|
||||
duckdb = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue