This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
from f7ac9c12d refactor: Split service fs out of core (#6970)
add aa118d6ae refactor: split chaos related to new crate (#7010)
No new revisions were added by this update.
Summary of changes:
core/Cargo.lock | 9 +++++++++
core/Cargo.toml | 3 ++-
core/core/Cargo.toml | 2 --
core/core/src/layers/mod.rs | 5 -----
core/core/src/raw/tests/utils.rs | 3 ---
core/layers/{async-backtrace => chaos}/Cargo.toml | 7 +++----
core/{core/src/layers/chaos.rs => layers/chaos/src/lib.rs} | 6 +++---
core/src/lib.rs | 2 ++
8 files changed, 19 insertions(+), 18 deletions(-)
copy core/layers/{async-backtrace => chaos}/Cargo.toml (90%)
rename core/{core/src/layers/chaos.rs => layers/chaos/src/lib.rs} (98%)