Skip to content

Commit 350a3e8

Browse files
Fix partial CI/CD
1 parent 67c9135 commit 350a3e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etl-destinations/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition = "2024"
55

66
[features]
77
bigquery = [
8-
"dep:futures",
98
"dep:gcp-bigquery-client",
109
"dep:prost",
1110
"dep:rustls",
@@ -20,7 +19,6 @@ etl = { workspace = true }
2019
chrono = { workspace = true }
2120

2221
deltalake = { workspace = true, optional = true, default-features = false, features = ["rustls", "datafusion"] }
23-
futures = { workspace = true, optional = true }
2422
gcp-bigquery-client = { workspace = true, optional = true, features = [
2523
"rust-tls",
2624
"aws-lc-rs",
@@ -47,4 +45,5 @@ rand = { workspace = true, features = ["thread_rng"] }
4745
reqwest = { workspace = true }
4846
serde = { workspace = true }
4947
serde_json = { workspace = true }
48+
tokio = { workspace = true, features = ["full"] }
5049
uuid = { workspace = true, features = ["v4"] }

0 commit comments

Comments
 (0)