kdn36 commented on code in PR #633:
URL:
https://github.com/apache/arrow-rs-object-store/pull/633#discussion_r2784040992
##########
Cargo.toml:
##########
@@ -47,6 +47,7 @@ walkdir = { version = "2", optional = true }
# Cloud storage support
base64 = { version = "0.22", default-features = false, features = ["std"],
optional = true }
+crc-fast = { version = "1.10" }
Review Comment:
Done. Note I had to choose a lower version (1.6.0) to ensure compatibility
with the strict version control by `aws-sdk-s3` (outside of object_store).
--
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]