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 fd0ef74ad Merge remote-tracking branch 'upstream/main' into 
extract-fastrace-layer
     add 76c626d34 refactor: Split mime-guess layer to new crate (#6966)
     add 1b300160e refactor: Split tail-cut layer to new crate (#6968)
     add a4f2fd931 Merge remote-tracking branch 'upstream/main' into 
extract-fastrace-layer

No new revisions were added by this update.

Summary of changes:
 core/Cargo.lock                                    | 21 +++++++++++++++++-
 core/Cargo.toml                                    |  5 ++++-
 core/core/Cargo.toml                               |  4 ----
 core/core/src/layers/mod.rs                        |  9 --------
 core/layers/{tracing => mime-guess}/Cargo.toml     | 10 +++++----
 .../mime_guess.rs => layers/mime-guess/src/lib.rs} | 18 ++++++++--------
 core/layers/{fastrace => tail-cut}/Cargo.toml      | 12 ++++-------
 .../tail_cut.rs => layers/tail-cut/src/lib.rs}     | 25 ++++++++++++----------
 core/src/lib.rs                                    |  4 ++++
 9 files changed, 61 insertions(+), 47 deletions(-)
 copy core/layers/{tracing => mime-guess}/Cargo.toml (82%)
 rename core/{core/src/layers/mime_guess.rs => layers/mime-guess/src/lib.rs} 
(94%)
 copy core/layers/{fastrace => tail-cut}/Cargo.toml (82%)
 rename core/{core/src/layers/tail_cut.rs => layers/tail-cut/src/lib.rs} (98%)

Reply via email to