-
Notifications
You must be signed in to change notification settings - Fork 591
fix: remove unused deps in core #6075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic"] } | ||
opentelemetry_sdk = { version = "0.29.0", features = ["rt-tokio"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this is needed for tracing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no releated code(just commentted example code use it) use it, if u need, u just import it in high level crate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the doctest is marked as no_run
, but run in ci🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I knew, no_run mark just let ci not run the code, but compile it. I will fix it
pretty_assertions = "1" | ||
rand = "0.8" | ||
sha2 = "0.10" | ||
size = "0.4" | ||
tokio = { version = "1.27", features = ["fs", "macros", "rt-multi-thread"] } | ||
tracing-opentelemetry = "0.30.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Rationale for this change
remove unused deps in core