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