From 22e9f9513ce2d0356b8fa43788e5a957b056985c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 3 May 2022 13:58:52 -0400 Subject: [PATCH] correct arrow-flight readme version (#1641) --- arrow-flight/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-flight/README.md b/arrow-flight/README.md index b9bc466e205e..ca21f3edf9f8 100644 --- a/arrow-flight/README.md +++ b/arrow-flight/README.md @@ -27,7 +27,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -arrow-flight = "5.0" +arrow-flight = "13.0.0" ``` Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post [Introducing Apache Arrow Flight: A Framework for Fast Data Transport](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/) for more information.