This is an automated email from the ASF dual-hosted git repository.
tustvold 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 36a6e515f99 Update Flight crate README version (#5621)
36a6e515f99 is described below
commit 36a6e515f99866eae5332dfc887c6cb5f8135064
Author: Phillip LeBlanc <[email protected]>
AuthorDate: Wed Apr 10 17:02:08 2024 +0900
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 b80772ac927..2266b81e44c 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.