Skip to content

Commit

Permalink
correct arrow-flight readme version (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 3, 2022
1 parent 8f24c45 commit 22e9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22e9f95

Please sign in to comment.