We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57e0c3 commit d27317cCopy full SHA for d27317c
rust-runtime/aws-smithy-observability-otel/Cargo.toml
@@ -18,7 +18,7 @@ value-bag = "1.10.0"
18
async-global-executor = "2.4.1"
19
async-task = "=4.7.1"
20
21
-# This crate cannot beused on powerpc
+# This crate cannot be used on powerpc
22
[target.'cfg(not(target_arch = "powerpc"))'.dependencies]
23
opentelemetry_sdk = {version = "0.26.0", features = ["metrics", "testing"]}
24
0 commit comments