Skip to content

Commit 5fc9137

Browse files
authored
disable default features of lambda-runtime (#1093)
1 parent 6b9ff4e commit 5fc9137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http = { workspace = true }
3939
http-body = { workspace = true }
4040
http-body-util = { workspace = true }
4141
hyper = { workspace = true }
42-
lambda_runtime = { version = "1.1.0-rc1", path = "../lambda-runtime" }
42+
lambda_runtime = { version = "1.1.0-rc1", path = "../lambda-runtime", default-features = false}
4343
mime = "0.3"
4444
percent-encoding = "2.2"
4545
pin-project-lite = { workspace = true }

0 commit comments

Comments
 (0)