We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f436233 commit 5788a9eCopy full SHA for 5788a9e
opentelemetry-stdout/Cargo.toml
@@ -35,7 +35,7 @@ ordered-float = { workspace = true }
35
[dev-dependencies]
36
opentelemetry = { path = "../opentelemetry", features = ["metrics"] }
37
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["rt-tokio", "metrics"] }
38
-opentelemetry-appender-tracing = { version = "0.3.0", path = "../opentelemetry-appender-tracing"}
+opentelemetry-appender-tracing = { path = "../opentelemetry-appender-tracing"}
39
tracing = { workspace = true, features = ["std"]}
40
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
41
tokio = { workspace = true, features = ["full"] }
0 commit comments