Skip to content

Commit e004d6e

Browse files
Give iceberg tokio dependency
1 parent c0ec81f commit e004d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl-destinations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bigquery = [
1212
"dep:tracing",
1313
"dep:tokio",
1414
]
15-
iceberg = ["dep:iceberg", "dep:iceberg-catalog-rest"]
15+
iceberg = ["dep:iceberg", "dep:iceberg-catalog-rest", "dep:tokio", "dep:tracing"]
1616
deltalake = ["dep:deltalake", "dep:tokio", "dep:tracing"]
1717

1818
[dependencies]

0 commit comments

Comments
 (0)