JackDrogon commented on code in PR #6075:
URL: https://github.com/apache/opendal/pull/6075#discussion_r2053376961
##########
core/Cargo.toml:
##########
@@ -414,23 +413,18 @@ tokio = { version = "1.27", features = ["time"] }
uuid = { version = "1.14", features = ["serde", "v4", "js"] }
[dev-dependencies]
-criterion = { version = "0.5", features = ["async", "async_tokio"] }
divan = { version = "0.1" }
dotenvy = "0.15"
fastrace = { version = "0.7", features = ["enable"] }
-fastrace-jaeger = "0.7"
libtest-mimic = "0.8"
opentelemetry = { version = "0.29.0", default-features = false, features = [
"trace",
] }
-opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic"] }
-opentelemetry_sdk = { version = "0.29.0", features = ["rt-tokio"] }
Review Comment:
I knew, no_run mark just let ci not run the code, but compile it. I will fix
it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]