Skip to content

Commit bb5a25c

Browse files
authored
Allow disabling tracing feature (#857)
Without this PR, the `tracing` in the `lambda_runtime_api_client` is not really optional, when that crate is added to the dep tree by the main `lambda_runtime` crate.
1 parent 115822a commit bb5a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hyper-util = { workspace = true, features = [
3636
"http1",
3737
"tokio",
3838
] }
39-
lambda_runtime_api_client = { version = "0.11", path = "../lambda-runtime-api-client" }
39+
lambda_runtime_api_client = { version = "0.11", path = "../lambda-runtime-api-client", default-features = false }
4040
pin-project = "1"
4141
serde = { version = "1", features = ["derive", "rc"] }
4242
serde_json = "^1"

0 commit comments

Comments
 (0)