Is your feature request related to a problem or challenge?
Currently on 1.85:
Some dependencies have higher versions now:
Describe the solution you'd like
Consider bumping our msrv, but keeping in line with our policy:
|
### Rust Version Compatibility Policy |
|
|
|
arrow-rs and parquet are built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major releases on an as needed basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. |
|
|
|
Note: If a Rust hotfix is released for the current MSRV, the MSRV will be updated to the specific minor version that includes all applicable hotfixes preceding other policies. |
- If we decide to bump, we'd need to ensure we don't select too new a version, and do this as part of a major version bump
Describe alternatives you've considered
No response
Additional context
1.88 gives us let chains 🙂
Is your feature request related to a problem or challenge?
Currently on 1.85:
arrow-rs/Cargo.toml
Line 85 in c1f99af
Some dependencies have higher versions now:
Describe the solution you'd like
Consider bumping our msrv, but keeping in line with our policy:
arrow-rs/README.md
Lines 114 to 118 in c1f99af
Describe alternatives you've considered
No response
Additional context
1.88 gives us let chains 🙂