Skip to content

Commit f9faa05

Browse files
committed
wip: remove tokio from physical plan dev deps
1 parent 515312c commit f9faa05

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

datafusion/physical-plan/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,3 @@ tokio-stream = { version = "0.1.14" }
6363
[dev-dependencies]
6464
rstest = { workspace = true }
6565
termtree = "0.4.1"
66-
tokio = { version = "1.28", features = [
67-
"macros",
68-
"rt",
69-
"rt-multi-thread",
70-
"sync",
71-
"fs",
72-
"parking_lot",
73-
] }

0 commit comments

Comments
 (0)