alamb opened a new pull request, #10254:
URL: https://github.com/apache/arrow-rs/pull/10254

   # Which issue does this PR close?
   
   Part of #10226.
   
   # Rationale for this change
   
   This implements the suggestion from 
https://github.com/apache/arrow-rs/issues/10226#issuecomment-4860000468 to bump 
the MSRV from Rust 1.85 to Rust 1.88 for the next major release.
   
   # What changes are included in this PR?
   
   - Updates the workspace MSRV to 1.88.
   - Updates the standalone pyarrow testing crate MSRV pins to 1.88.
   - Removes now-unnecessary `std::mem::transmute` workarounds in `arrow-array` 
that were only needed because const `f32::from_bits` and `f64::from_bits` were 
unavailable under the previous MSRV.
   
   # Are there any user-facing changes?
   
   Users building arrow-rs crates will need Rust 1.88 or newer.
   
   # How was this tested?
   
   - `cargo metadata --locked --no-deps`
   - `cargo fmt --all -- --check`
   - `cargo check -p arrow-array`
   - `rustup run 1.88.0 cargo check -p arrow-array`
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to