This is an automated email from the ASF dual-hosted git repository.
koushiro pushed a commit to branch extract-fastrace-layer
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/extract-fastrace-layer by this
push:
new 56afbf0d0 update Cargo.toml
56afbf0d0 is described below
commit 56afbf0d0d35a3eda0401379c6af276f30662ac3
Author: koushiro <[email protected]>
AuthorDate: Thu Dec 11 12:43:26 2025 +0800
update Cargo.toml
---
core/layers/fastrace/Cargo.toml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/layers/fastrace/Cargo.toml b/core/layers/fastrace/Cargo.toml
index 73c80c6a1..700eb6aef 100644
--- a/core/layers/fastrace/Cargo.toml
+++ b/core/layers/fastrace/Cargo.toml
@@ -32,11 +32,12 @@ all-features = true
[dependencies]
fastrace = "0.7.14"
-opendal-core = { path = "../../core", version = "0.55.0", default-features =
false, features = ["services-memory"] }
+opendal-core = { path = "../../core", version = "0.55.0", default-features =
false }
[dev-dependencies]
anyhow = "1.0"
dotenvy = "0.15"
fastrace = { version = "0.7", features = ["enable"] }
fastrace-jaeger = "0.7"
+opendal-core = { path = "../../core", version = "0.55.0" }
tokio = { workspace = true, features = ["rt-multi-thread"] }