We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tonic
default-features = false
here:
opentelemetry-rust/opentelemetry-otlp/Cargo.toml
Line 53 in 4830a3c
because tonic defaults to routing feature depends on axum (full blown web framework). which breaks my build.
axum
in general ore libs should make all deps default-features = false by default
The text was updated successfully, but these errors were encountered:
Agree 💯 Would you have some bandwidth to make this change?
Sorry, something went wrong.
likely solved by #2710
Successfully merging a pull request may close this issue.
here:
opentelemetry-rust/opentelemetry-otlp/Cargo.toml
Line 53 in 4830a3c
because
tonic
defaults to routing feature depends onaxum
(full blown web framework).which breaks my build.
in general ore libs should make all deps
default-features = false
by defaultThe text was updated successfully, but these errors were encountered: