You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/03/17 12:08:27 UTC

[GitHub] [incubator-opendal] tisonkun commented on a diff in pull request #1666: chore: Update metadata

tisonkun commented on code in PR #1666:
URL: https://github.com/apache/incubator-opendal/pull/1666#discussion_r1140150557


##########
Cargo.toml:
##########
@@ -16,19 +16,27 @@
 # under the License.
 
 [package]
-authors = ["Apache Software Foundation <de...@opendal.apache.org>"]
-categories = ["filesystem"]
-description = "OpenDAL: Access data freely, painlessly, and efficiently."
+name = "opendal"
+version = "0.30.3"
 edition = "2021"
-exclude = [".github/", "bindings/", "profiles/", "oli/", "tests/"]
+rust-version = "1.60" # MSRV for this project - please update while bump versions
+
+exclude = [

Review Comment:
   We're now having the website source code also. I'd suggest we use include, or move the opendal core crate one level down (inner) as a follow-up.



##########
Cargo.toml:
##########
@@ -16,19 +16,27 @@
 # under the License.
 
 [package]
-authors = ["Apache Software Foundation <de...@opendal.apache.org>"]
-categories = ["filesystem"]
-description = "OpenDAL: Access data freely, painlessly, and efficiently."
+name = "opendal"
+version = "0.30.3"
 edition = "2021"
-exclude = [".github/", "bindings/", "profiles/", "oli/", "tests/"]
+rust-version = "1.60" # MSRV for this project - please update while bump versions
+
+exclude = [

Review Comment:
   We're now having the website source code also. I'd suggest we use `include`, or move the opendal core crate one level down (inner) as a follow-up.



-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org