Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing CI: Prost requires Rust 1.71.1 #6436

Closed
gstvg opened this issue Sep 22, 2024 · 3 comments · Fixed by #6437
Closed

Failing CI: Prost requires Rust 1.71.1 #6436

gstvg opened this issue Sep 22, 2024 · 3 comments · Fixed by #6437
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate bug documentation Improvements or additions to documentation

Comments

@gstvg
Copy link
Contributor

gstvg commented Sep 22, 2024

Describe the bug

Prost bumped it's MSRV from 1.70 to 1.71.1 on it's v0.13.3 release
This clashes with arrow-flight MSRV 1.70, causing CI errors

Additional info

The 1.70 MSRV was set on #4490, on Jul 8, 2023, more than one year ago
Rust 1.70 was released on 1 June, 2023, while 1.71.1 on 3 August, 2023: ~2 months of difference

I think we can safely bump arrow-flight MSRV from 1.70 to 1.71.1, otherwise pin prost to v0.13.2.

@gstvg gstvg added the bug label Sep 22, 2024
@alamb alamb added the arrow Changes to the arrow crate label Oct 2, 2024
@alamb
Copy link
Contributor

alamb commented Oct 2, 2024

label_issue.py automatically added labels {'arrow'} from #6437

@alamb alamb added the arrow-flight Changes to the arrow-flight crate label Oct 2, 2024
@alamb
Copy link
Contributor

alamb commented Oct 2, 2024

label_issue.py automatically added labels {'arrow-flight'} from #6437

@alamb alamb added the documentation Improvements or additions to documentation label Oct 2, 2024
@alamb
Copy link
Contributor

alamb commented Oct 2, 2024

label_issue.py automatically added labels {'documentation'} from #6434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate bug documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants