tustvold commented on code in PR #3987:
URL: https://github.com/apache/arrow-rs/pull/3987#discussion_r1154346839
##########
object_store/Cargo.toml:
##########
@@ -18,12 +18,12 @@
[package]
name = "object_store"
version = "0.5.6"
-edition = { workspace = true }
+edition = "2021"
license = "MIT/Apache-2.0"
readme = "README.md"
description = "A generic object store interface for uniformly interacting with
AWS S3, Google Cloud Storage, Azure Blob Storage and local files."
keywords = ["object", "storage", "cloud"]
-repository = { workspace = true }
+repository = "https://github.com/apache/arrow-rs/tree/master/object_store"
Review Comment:
I took the opportunity to make the repository URL actually point to the
object_store directory
--
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]