waynexia commented on PR #5829:
URL: https://github.com/apache/arrow-rs/pull/5829#issuecomment-2143436180

   Well, it turns out that cargo does not support "less than" comparison on 
patch position. The patch version is ignored in `<2.0.10` and leads to a 
selection on `1.x`.
   
   >package `zstd-sys v1.4.3+zstd.1.3.4`
       ... which satisfies dependency `zstd-sys = "<2.0.10"` (locked to 
1.4.3+zstd.1.3.4) of package `parquet v51.0.0 (/__w/arrow-rs/arrow-rs/parquet)` 
links to native library `zstd`
   
   I'm afraid we have to use `=2.0.7` instead...


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