This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 234b7847e Revert workspace links for object_store (#3987)
234b7847e is described below

commit 234b7847ecb737e96df3f4623df7b330b34b3d1b
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Mar 31 12:17:53 2023 +0100

    Revert workspace links for object_store (#3987)
---
 object_store/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index bd0bbb760..9bf104334 100644
--- a/object_store/Cargo.toml
+++ b/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";
 
 [package.metadata.docs.rs]
 all-features = true

Reply via email to