eitsupi commented on issue #2739:
URL: https://github.com/apache/arrow-adbc/issues/2739#issuecomment-2993930081

   > I think that would work, along with updating the dependency for 
`adbc_core` to be something like `>=53,<55` (for example) to allow a bit more 
flexibility. That way you can more likely use the version of arrow-rs that your 
application uses. (We shouldn't be needing anything too complex from arrow-rs 
and we could eventually test a few versions just to be sure.)
   
   Surely this is a simpler solution: after 2025, cargo will recognize the 
rust-version field and download the dependency, so we may not have to worry 
about higher versions that break MSRV accidentally getting mixed in.
   (I have never tried it, so I don't know if it really works well in that 
case.)
   
   As a note, a general note on such version designations can be found here.
   
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#version-metadata
   
   It may be useful if we want to test with minimum versions of the 
dependencies.
   https://doc.rust-lang.org/cargo/reference/unstable.html#minimal-versions


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