We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a8b83 commit 619526eCopy full SHA for 619526e
opentelemetry-zipkin/Cargo.toml
@@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
22
23
[features]
24
default = ["reqwest-blocking-client", "reqwest/native-tls"]
25
-reqwest-blocking-client = ["reqwest/blocking", "opentelemetry-http/reqwest"]
+reqwest-blocking-client = ["reqwest/blocking", "opentelemetry-http/reqwest-blocking"]
26
reqwest-client = ["reqwest", "opentelemetry-http/reqwest"]
27
reqwest-rustls = ["reqwest", "reqwest/rustls-tls-native-roots"]
28
0 commit comments