diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 27fde307e1..5dd2a4f671 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -38,7 +38,7 @@ storage-s3 = ["opendal/services-s3"] storage-gcs = ["opendal/services-gcs"] async-std = ["dep:async-std"] -tokio = ["dep:tokio"] +tokio = ["tokio/rt-multi-thread"] [dependencies] anyhow = { workspace = true } @@ -80,7 +80,7 @@ serde_json = { workspace = true } serde_repr = { workspace = true } serde_with = { workspace = true } thrift = { workspace = true } -tokio = { workspace = true, optional = true, features = ["sync"] } +tokio = { workspace = true, optional = false, features = ["sync"] } typed-builder = { workspace = true } url = { workspace = true } uuid = { workspace = true }