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

   
   
   # Which issue does this PR close?
   
   - Closes https://github.com/apache/arrow-rs/pull/9501.
   
   # Rationale for this change
   
   We previously used `resolver=2` to enable feature unification. This 
functionality is now covered by the new `resolver=3`. Additionally, 
`resolver=3` is the default for the Rust 2024 edition and includes the valuable 
feature of MSRV-aware dependency resolution.
   
   I just remove our old `resolver=2` pin so we can use the edition's default.
   
   # What changes are included in this PR?
   
   cargo's resolver
   
   # Are these changes tested?
   
   In CI
   
   # Are there any user-facing changes?
   
   No


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