You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/01 08:00:29 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue #1377: Update `rust-version` to 1.59

HaoYang670 opened a new issue #1377:
URL: https://github.com/apache/arrow-rs/issues/1377


   **Describe the solution you'd like**
   Update `rust-verison` from 1.57 to 1.59
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] Dandandan commented on issue #1377: Update `rust-version` to 1.59

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #1377:
URL: https://github.com/apache/arrow-rs/issues/1377#issuecomment-1063118263


   Why would this need updating? It is the minimum supported version of rust.
   See:
   https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] Dandandan closed issue #1377: Update `rust-version` to 1.59

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #1377:
URL: https://github.com/apache/arrow-rs/issues/1377


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] HaoYang670 commented on issue #1377: Update `rust-version` to 1.59

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #1377:
URL: https://github.com/apache/arrow-rs/issues/1377#issuecomment-1063535851


   https://github.com/apache/arrow-rs/blob/master/arrow/README.md?plain=1#L26-L28
   ```markdown
   ## Rust Version Compatibility
   
   This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler.
   ```
   If I understand correctly, we should only support rust 1.59 now, because it is the latest stable version. 
   If a user want to build and test the project with rust 1.58 or 1.57, cargo should give an error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org