This is an automated email from the ASF dual-hosted git repository.
koushiro pushed a change to branch extract-immutable-index-layer
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 30424c567 refactor: Split immutable-index layer to new crate
add 6841ae1f0 refactor: split tracing layer to new crate (#6962)
add 58777176f Merge remote-tracking branch 'upstream/main' into
extract-immutable-index-layer
No new revisions were added by this update.
Summary of changes:
core/Cargo.lock | 12 +++++++++++-
core/Cargo.toml | 11 ++++++-----
core/core/Cargo.toml | 4 ----
core/core/src/layers/mod.rs | 5 -----
core/layers/{async-backtrace => tracing}/Cargo.toml | 8 +++++---
.../src/layers/tracing.rs => layers/tracing/src/lib.rs} | 8 ++++----
core/src/lib.rs | 2 ++
7 files changed, 28 insertions(+), 22 deletions(-)
copy core/layers/{async-backtrace => tracing}/Cargo.toml (88%)
rename core/{core/src/layers/tracing.rs => layers/tracing/src/lib.rs} (98%)