Skip to content

Commit

Permalink
fix: unexpected tokio required in fusio-parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Nov 11, 2024
1 parent 969e8f9 commit 09b84d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fusio-parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ tokio = ["fusio/tokio"]
[dependencies]
bytes = { workspace = true }
cfg-if = "1.0.0"
fusio = { version = "0.3.2", path = "../fusio", features = [
"bytes",
"dyn",
"tokio",
] }
fusio = { version = "0.3.2", path = "../fusio", features = ["bytes", "dyn"] }
futures = { version = "0.3" }
parquet = { version = "53", default-features = false, features = [
"arrow",
Expand Down

0 comments on commit 09b84d2

Please sign in to comment.