Skip to content

Conversation

@mbutrovich
Copy link
Contributor

@mbutrovich mbutrovich commented Oct 24, 2025

Rationale for this change

The MSRV check was failing because the home crate version 0.5.12 bumped its minimum supported Rust version to 1.88, while iceberg-rust maintains an MSRV of 1.87. The home crate is a transitive dependency brought in through datafusion-cli -> rustyline and reqsign.

What changes are included in this PR?

  • Pin home crate to version 0.5.11

Are these changes tested?

Yes, verified with make check-msrv. CI will also check it.

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mbutrovich for this fix!

@liurenjie1024 liurenjie1024 merged commit ddbcae4 into apache:main Oct 24, 2025
17 checks passed
mbutrovich added a commit to mbutrovich/iceberg-rust that referenced this pull request Oct 25, 2025
liurenjie1024 pushed a commit that referenced this pull request Oct 27, 2025
## Which issue does this PR close?

- A minor followup of #1783

## What changes are included in this PR?

- Update Cargo.lock to add home

## Are these changes tested?
No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants