Skip to content

Commit 6538fe5

Browse files
authored
Remove unused futures dependency from arrow-flight (apache#528)
1 parent 04d2057 commit 6538fe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arrow-flight/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ bytes = "1"
3333
prost = "0.7"
3434
prost-derive = "0.7"
3535
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
36+
37+
[dev-dependencies]
3638
futures = { version = "0.3", default-features = false, features = ["alloc"]}
3739

3840
[build-dependencies]

0 commit comments

Comments
 (0)