This is an automated email from the ASF dual-hosted git repository.
koushiro pushed a change to branch extract-tail-cut-layer
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 94af62b6f refactor: Split tail-cut layer to new crate
add 6841ae1f0 refactor: split tracing layer to new crate (#6962)
add 803baa7fa Merge remote-tracking branch 'upstream/main' into
extract-tail-cut-layer
No new revisions were added by this update.
Summary of changes:
core/Cargo.lock | 12 +++++++++++-
core/Cargo.toml | 3 ++-
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, 24 insertions(+), 18 deletions(-)
copy core/layers/{async-backtrace => tracing}/Cargo.toml (88%)
rename core/{core/src/layers/tracing.rs => layers/tracing/src/lib.rs} (98%)