Skip to content

Consider bumping msrv from 1.85 #10226

Description

@Jefffrey

Is your feature request related to a problem or challenge?

Currently on 1.85:

rust-version = "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:

arrow-rs/README.md

Lines 114 to 118 in c1f99af

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions