Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust-version to 1.59 #1377

Closed
HaoYang670 opened this issue Mar 1, 2022 · 2 comments
Closed

Update rust-version to 1.59 #1377

HaoYang670 opened this issue Mar 1, 2022 · 2 comments
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@HaoYang670
Copy link
Contributor

HaoYang670 commented Mar 1, 2022

Describe the solution you'd like
https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html
Update rust-verison from 1.57 to 1.59

@HaoYang670 HaoYang670 added the enhancement Any new improvement worthy of a entry in the changelog label Mar 1, 2022
@Dandandan
Copy link
Contributor

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

@HaoYang670
Copy link
Contributor Author

https://github.com/apache/arrow-rs/blob/master/arrow/README.md?plain=1#L26-L28

## 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants