From 36a6e515f99866eae5332dfc887c6cb5f8135064 Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Wed, 10 Apr 2024 17:02:08 +0900 Subject: [PATCH] Update Flight crate README version (#5621) Updates the Flight crate README version to a more recent one. --- 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 b80772ac927e..2266b81e44ca 100644 --- a/arrow-flight/README.md +++ b/arrow-flight/README.md @@ -31,7 +31,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -arrow-flight = "39.0.0" +arrow-flight = "51.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.