You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/01/07 00:08:51 UTC

[arrow] branch master updated: ARROW-4171: [Rust] fix parquet crate release version

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fad191  ARROW-4171: [Rust] fix parquet crate release version
5fad191 is described below

commit 5fad19185fd224e464c21b00d0cb6fdd04d65b0a
Author: Chao Sun <su...@apache.org>
AuthorDate: Mon Jan 7 09:07:52 2019 +0900

    ARROW-4171: [Rust] fix parquet crate release version
    
    Author: Chao Sun <su...@apache.org>
    
    Closes #3324 from sunchao/ARROW-4171 and squashes the following commits:
    
    9a9fc00e <Chao Sun> ARROW-4171:  fix parquet crate release version
---
 rust/parquet/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/parquet/Cargo.toml b/rust/parquet/Cargo.toml
index 7478992..e0272ab 100644
--- a/rust/parquet/Cargo.toml
+++ b/rust/parquet/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet"
-version = "0.5.0-SNAPSHOT"
+version = "0.12.0-SNAPSHOT"
 license = "Apache-2.0"
 description = "Apache Parquet implementation in Rust"
 homepage = "https://github.com/apache/arrow"