Skip to content

Commit

Permalink
chore: include tokio when object store
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 3, 2024
1 parent 2bddf42 commit 245ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ geoparquet-compression = [
"parquet/lz4",
"parquet/zstd",
]
object-store = ["dep:object_store"]
object-store = ["dep:object_store", "dep:tokio"]
object-store-aws = ["object-store", "object_store/aws"]
object-store-azure = ["object-store", "object_store/azure"]
object-store-gcp = ["object-store", "object_store/gcp"]
Expand Down

0 comments on commit 245ff91

Please sign in to comment.