You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2021/06/05 04:54:38 UTC

[arrow-rs] branch master updated: MINOR: update install instruction (#400)

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

nevime 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 db63714  MINOR: update install instruction (#400)
db63714 is described below

commit db6371400ec4dae83e49859a13c8173f8501b1e4
Author: Ádám Lippai <ad...@rigo.sk>
AuthorDate: Sat Jun 5 06:54:32 2021 +0200

    MINOR: update install instruction (#400)
    
    We have frequent releases and honoring semver, removed minor and patch version pinning
---
 parquet/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/README.md b/parquet/README.md
index 326c966..7f47b56 100644
--- a/parquet/README.md
+++ b/parquet/README.md
@@ -27,7 +27,7 @@ Add this to your Cargo.toml:
 
 ```toml
 [dependencies]
-parquet = "4.1.0"
+parquet = "^4"
 ```
 
 and this to your crate root: