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/07/26 20:49:20 UTC

[arrow] branch master updated: ARROW-6047: [Rust] Rust nightly 1.38.0 builds failing

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 0a2fec8  ARROW-6047: [Rust] Rust nightly 1.38.0 builds failing
0a2fec8 is described below

commit 0a2fec89c98efd534fd14d9b3757257aefcc6c55
Author: Chao Sun <su...@apache.org>
AuthorDate: Sat Jul 27 05:49:01 2019 +0900

    ARROW-6047: [Rust] Rust nightly 1.38.0 builds failing
    
    Closes #4954 from sunchao/ARROW-6047 and squashes the following commits:
    
    2a4b0e47f <Chao Sun> ARROW-6047:  Rust nightly 1.38.0 builds failing
    
    Authored-by: Chao Sun <su...@apache.org>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 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 71852ba..66292c0 100644
--- a/rust/parquet/Cargo.toml
+++ b/rust/parquet/Cargo.toml
@@ -29,7 +29,7 @@ build = "build.rs"
 edition = "2018"
 
 [dependencies]
-parquet-format = "2.5.0"
+parquet-format = "~2.5"
 quick-error = "1.2.2"
 byteorder = "1"
 thrift = "0.0.4"