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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new cccbcce12 chore: add license.workspace to help cargo deny reports 
(#3679)
cccbcce12 is described below

commit cccbcce12c2b4a978ca4b46467d824bc9e0eb7ba
Author: tison <[email protected]>
AuthorDate: Wed Nov 29 10:51:00 2023 +0800

    chore: add license.workspace to help cargo deny reports (#3679)
    
    Signed-off-by: tison <[email protected]>
---
 core/edge/file_write_on_full_disk/Cargo.toml | 2 ++
 core/fuzz/Cargo.toml                         | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/core/edge/file_write_on_full_disk/Cargo.toml 
b/core/edge/file_write_on_full_disk/Cargo.toml
index 7cb9e4a3b..8a12f6583 100644
--- a/core/edge/file_write_on_full_disk/Cargo.toml
+++ b/core/edge/file_write_on_full_disk/Cargo.toml
@@ -21,6 +21,8 @@ name = "edge_test_file_write_on_full_disk"
 publish = false
 version = "0.0.0"
 
+license.workspace = true
+
 [dependencies]
 futures = "0.3"
 opendal = { workspace = true }
diff --git a/core/fuzz/Cargo.toml b/core/fuzz/Cargo.toml
index fbc45cc1f..e12454af2 100644
--- a/core/fuzz/Cargo.toml
+++ b/core/fuzz/Cargo.toml
@@ -21,6 +21,8 @@ name = "opendal-fuzz"
 publish = false
 version = "0.0.0"
 
+license.workspace = true
+
 [package.metadata]
 cargo-fuzz = true
 

Reply via email to