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

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


    from 732a01f1 Bump regex from 1.5.4 to 1.6.0 in /examples/rust/builtin_echo
     new 463a17e8 CI: update actions/checkout
     new a8058f82 CI: pin the MAC OS version to macos-11
     new e5215555 Update rusty-leveldb version to v1.0.4

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:
 .github/workflows/ci.yml                      | 10 ++---
 .github/workflows/codeql-analysis.yml         |  4 +-
 .github/workflows/ubuntu1804-test.yml         |  2 +-
 .github/workflows/ubuntu2004-test.yml         | 12 +++---
 common/rusty_leveldb_sgx/Cargo.toml           |  4 +-
 common/rusty_leveldb_sgx/README.md            | 22 +++--------
 common/rusty_leveldb_sgx/src/block_builder.rs |  2 +-
 common/rusty_leveldb_sgx/src/cache.rs         | 54 +++++++++++++--------------
 common/rusty_leveldb_sgx/src/db_impl.rs       | 16 +++++---
 common/rusty_leveldb_sgx/src/db_iter.rs       | 14 ++++++-
 common/rusty_leveldb_sgx/src/env.rs           |  2 +-
 common/rusty_leveldb_sgx/src/error.rs         | 27 +++++++++++++-
 common/rusty_leveldb_sgx/src/key_types.rs     | 22 +++++------
 common/rusty_leveldb_sgx/src/lib.rs           |  1 +
 common/rusty_leveldb_sgx/src/mem_env.rs       |  8 ++--
 common/rusty_leveldb_sgx/src/options.rs       |  2 -
 common/rusty_leveldb_sgx/src/skipmap.rs       |  2 +-
 common/rusty_leveldb_sgx/src/version.rs       |  2 +-
 common/rusty_leveldb_sgx/src/version_edit.rs  |  8 ++--
 common/rusty_leveldb_sgx/src/version_set.rs   |  4 +-
 common/rusty_leveldb_sgx/src/write_batch.rs   | 12 +++---
 21 files changed, 127 insertions(+), 103 deletions(-)


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

Reply via email to