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

hsun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


    from 3b0e20e5 [docs] Fix typo (#675)
     new cfe2591c [CI] Clean up disk space after build
     new 7e14ae97 Upgrade log crate
     new 27cf49bb Add teaclave logger

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 attestation/Cargo.toml                             |   2 +-
 binder/Cargo.toml                                  |   2 +-
 cmake/scripts/build_in_ci.sh                       |  10 +-
 cmake/tomls/Cargo.sgx_trusted_lib.lock             |  65 +++++----
 config/Cargo.toml                                  |   2 +-
 examples/rust/builtin_echo/src/main.rs             |   2 +-
 .../rust/builtin_ordered_set_intersect/src/main.rs |  18 ++-
 executor/Cargo.toml                                |   2 +-
 executor/context/Cargo.toml                        |   2 +-
 file_agent/Cargo.toml                              |   2 +-
 function/Cargo.toml                                |   2 +-
 function/src/echo.rs                               |   6 +
 function/src/ordered_set_intersect.rs              |   3 +
 {runtime => logger}/Cargo.toml                     |  21 ++-
 logger/README.md                                   |  19 +++
 logger/src/lib.rs                                  | 161 +++++++++++++++++++++
 logger/src/task_logger.rs                          |  62 ++++++++
 rpc/Cargo.toml                                     |   2 +-
 runtime/Cargo.toml                                 |   2 +-
 sdk/rust/src/bindings.rs                           |   2 +-
 sdk/rust/src/lib.rs                                |   9 +-
 services/access_control/enclave/Cargo.toml         |   2 +-
 services/authentication/enclave/Cargo.toml         |   2 +-
 services/execution/enclave/Cargo.toml              |   2 +-
 services/execution/enclave/src/lib.rs              |   2 +
 services/execution/enclave/src/service.rs          |  23 ++-
 services/frontend/enclave/Cargo.toml               |   2 +-
 services/management/enclave/Cargo.toml             |   2 +-
 services/proto/src/proto/teaclave_common.proto     |   1 +
 services/proto/src/teaclave_common.rs              |   2 +
 services/scheduler/enclave/Cargo.toml              |   2 +-
 services/storage/enclave/Cargo.toml                |   2 +-
 services/utils/service_app_utils/Cargo.toml        |   2 +-
 services/utils/service_enclave_utils/Cargo.toml    |  17 +--
 services/utils/service_enclave_utils/src/lib.rs    |  31 ++--
 tests/functional/app/Cargo.toml                    |   2 +-
 tests/functional/enclave/Cargo.toml                |   2 +-
 tests/functional/enclave/src/execution_service.rs  |  11 +-
 tests/functional/enclave/src/scheduler_service.rs  |   2 +-
 tests/integration/app/Cargo.toml                   |   2 +-
 tests/integration/enclave/Cargo.toml               |   2 +-
 tests/unit/app/Cargo.toml                          |   2 +-
 tests/unit/enclave/Cargo.toml                      |   5 +-
 tests/unit/enclave/src/lib.rs                      |   1 +
 tool/app/Cargo.toml                                |   2 +-
 tool/enclave/Cargo.toml                            |   2 +-
 types/Cargo.toml                                   |   2 +-
 types/src/task.rs                                  |   8 +-
 worker/Cargo.toml                                  |   2 +-
 49 files changed, 422 insertions(+), 111 deletions(-)
 copy {runtime => logger}/Cargo.toml (74%)
 create mode 100644 logger/README.md
 create mode 100644 logger/src/lib.rs
 create mode 100644 logger/src/task_logger.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to