From 660c4482b4b7fd6b6282940275d97b7eb7da5436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Fri, 7 Feb 2020 11:34:19 +0100 Subject: [PATCH] Fix arrow-flight version --- rust/datafusion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml index 1a3149aa01d..1702832039c 100644 --- a/rust/datafusion/Cargo.toml +++ b/rust/datafusion/Cargo.toml @@ -61,7 +61,7 @@ prost = "0.6" tokio = { version = "0.2", features = ["macros"] } tonic = "0.1" flatbuffers = "0.6.0" -arrow-flight = { path = "../arrow-flight", version = "0.16.0-SNAPSHOT" } +arrow-flight = { path = "../arrow-flight", version = "1.0.0-SNAPSHOT" } [[bench]] name = "aggregate_query_sql"