Skip to content

Commit

Permalink
add version to semantic conv
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Nov 12, 2024
1 parent ade08cb commit ac3af3b
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 ac3af3b

Please sign in to comment.