alamb opened a new issue #181: URL: https://github.com/apache/arrow-rs/issues/181
*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: * Determine what the earliest Rust version that compiles is (at least 1.39 due to async in DF) * Use this version in CI * Decide on, and document, a policy for how we update versions 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]? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
