You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by su...@apache.org on 2019/05/17 20:39:13 UTC

[arrow] branch master updated: ARROW-5360: [Rust] Update rustyline to fix build

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

sunchao 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 9517d92  ARROW-5360: [Rust] Update rustyline to fix build
9517d92 is described below

commit 9517d92cd1e78487a313db6318e630e09d05de2e
Author: Neville Dipale <ne...@gmail.com>
AuthorDate: Fri May 17 13:38:58 2019 -0700

    ARROW-5360: [Rust] Update rustyline to fix build
    
    This is placeholder to check if the pending update to rustyline will fix the build issue. I'll update with the correct crate once it's published
    
    Author: Neville Dipale <ne...@gmail.com>
    
    Closes #4337 from nevi-me/ARROW-5360 and squashes the following commits:
    
    cc9fc17d <Neville Dipale> update rustyline to 4.1.0
    93f698e1 <Neville Dipale> ARROW-5360:  Update rustyline to fix build
---
 rust/datafusion/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml
index 202a98b..1364f24 100644
--- a/rust/datafusion/Cargo.toml
+++ b/rust/datafusion/Cargo.toml
@@ -47,7 +47,7 @@ serde_derive = "1.0.80"
 serde_json = "1.0.33"
 sqlparser = "0.2.0"
 clap = "2.33.0"
-rustyline = "3.0.0"
+rustyline = "4.1.0"
 prettytable-rs = "0.8.0"
 
 [dev-dependencies]