Skip to content

Commit

Permalink
Merge branch 'main' into utpilla/Update-Metrics-API-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Nov 12, 2024
2 parents 60d0241 + 45ed2e0 commit 83cf82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-appender-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ opentelemetry = { version = "0.27", path = "../opentelemetry", features = [
] }
log = { workspace = true, features = ["kv", "std"] }
serde = { workspace = true, optional = true, features = ["std"] }
opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions", optional = true, features = [
opentelemetry-semantic-conventions = { version = "0.27", path = "../opentelemetry-semantic-conventions", optional = true, features = [
"semconv_experimental",
] }

Expand Down

0 comments on commit 83cf82c

Please sign in to comment.