tisonkun commented on code in PR #4134: URL: https://github.com/apache/opendal/pull/4134#discussion_r1477073318
########## integrations/object_store/Cargo.toml: ########## @@ -19,20 +19,20 @@ description = "OpenDAL's object_store Integration" name = "object_store_opendal" -authors.workspace = true -edition.workspace = true -homepage.workspace = true -license.workspace = true -repository.workspace = true -rust-version.workspace = true -version.workspace = true +authors = ["Apache OpenDAL <[email protected]>"] +edition = "2021" +homepage = "https://opendal.apache.org/" +license = "Apache-2.0" +repository = "https://github.com/apache/opendal" +rust-version = "1.67" +version = "0.42.0" Review Comment: Got it. -- 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]
