apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

Some MSRVs are inaccurate #6741

Open itsjunetime opened 5 days ago

itsjunetime commented 5 days ago

Describe the bug Some MSRVs (the rust-version field in Cargo.tomls) in this repo are inaccurate.

To Reproduce cargo install msrv && cargo msrv verify --manifest-path ./arrow-integration-testing/Cargo.toml and see that it fails

Expected behavior MSRVs should all be valid

Additional context I'll file a PR to fix this