-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adopt a MSRV policy #181
Copy link
Copy link
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Type
Fields
Give feedbackNo fields configured for issues without a type.
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11605
With all our crates now supporting stable Rust, we can decide on a Minimum Supported Rust Version, so that we don't introduce breakage to people relying on older Rust versions.
We could:
This might mean that when there's fresh new changes landing in Stable, we'd likely hold off on them until those changes meet our MSRV.
Thoughts [~Dandandan] [~alamb] [~jorgecarleitao] [~andygrove] [~paddyhoran] [~sunchao]?