You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2021/07/09 12:14:16 UTC

[arrow-rs] branch master updated: Remove unused futures dependency from arrow-flight (#528)

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6538fe5  Remove unused futures dependency from arrow-flight (#528)
6538fe5 is described below

commit 6538fe597b5952af02f45b715d9363845583129b
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Fri Jul 9 08:14:11 2021 -0400

    Remove unused futures dependency from arrow-flight (#528)
---
 arrow-flight/Cargo.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 941cc2b..693da46 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -33,6 +33,8 @@ bytes = "1"
 prost = "0.7"
 prost-derive = "0.7"
 tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
+
+[dev-dependencies]
 futures = { version = "0.3", default-features = false, features = ["alloc"]}
 
 [build-dependencies]