Skip to content

Commit

Permalink
wip: remove tokio from physical plan dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Jan 9, 2024
1 parent 515312c commit f9faa05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions datafusion/physical-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,3 @@ tokio-stream = { version = "0.1.14" }
[dev-dependencies]
rstest = { workspace = true }
termtree = "0.4.1"
tokio = { version = "1.28", features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"fs",
"parking_lot",
] }

0 comments on commit f9faa05

Please sign in to comment.