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

viirya 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 22e9f9513 correct arrow-flight readme version (#1641)
22e9f9513 is described below

commit 22e9f9513ce2d0356b8fa43788e5a957b056985c
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue May 3 13:58:52 2022 -0400

    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 b9bc466e2..ca21f3edf 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.

Reply via email to