Skip to content

Commit

Permalink
fix: add semconv_experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Nov 18, 2024
1 parent 30cd29f commit fe5f7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ hyper-util = { workspace = true, features = [
] }
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client", default-features = false }
miette = { version = "7.2.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.27", optional = true }
opentelemetry-semantic-conventions = { version = "0.27", optional = true, features = ["semconv_experimental"] }
pin-project = "1"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "^1"
Expand Down

0 comments on commit fe5f7b4

Please sign in to comment.