tustvold commented on PR #5829: URL: https://github.com/apache/arrow-rs/pull/5829#issuecomment-2143442742
> Cargo provides [patch mechanism](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#overriding-dependencies) to override deps They shouldn't need to go that far, if they have a lockfile they can just use `cargo update --precise`, otherwise they can just declare an explicit dependency on zstd-sys and pin it there. -- 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]
