Skip to content

Commit 0bdcad8

Browse files
committed
duckdb optional dep
1 parent cf6930a commit 0bdcad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/windmill-worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ csharp = ["dep:windmill-parser-csharp"]
3131
rust = ["dep:windmill-parser-rust"]
3232
nu = ["dep:windmill-parser-nu"]
3333
java = ["dep:windmill-parser-java"]
34-
duckdb = []
34+
duckdb = ["dep:duckdb"]
3535

3636
[dependencies]
3737
windmill-queue.workspace = true
@@ -93,7 +93,7 @@ deno_permissions = { workspace = true, optional = true }
9393
deno_io = { workspace = true, optional = true }
9494
deno_error = { workspace = true, optional = true }
9595
async-stream.workspace = true
96-
duckdb.workspace = true
96+
duckdb = { workspace = true, optional = true }
9797

9898
postgres-native-tls.workspace = true
9999
native-tls.workspace = true

0 commit comments

Comments
 (0)