Closed eitsupi closed 1 year ago
label_issue.py
automatically added labels {'parquet'} from #4490
label_issue.py
automatically added labels {'arrow'} from #4490
label_issue.py
automatically added labels {'arrow-flight'} from #4490
label_issue.py
automatically added labels {'object-store'} from #4490
From #181
Currently, Cargo.toml says that this project support Rust 1.62, but when we actually check the MSRV, it appears to be Rust 1.70.
https://github.com/apache/arrow-rs/blob/08a57e9b3b1f954338ba3b27289935e00bfc6ba4/Cargo.toml#L76
I would like to be able to check the MSRV on the CI to set the appropriate
rust-version
on the Cargo.toml.