We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9ff4e commit 5fc9137Copy full SHA for 5fc9137
lambda-http/Cargo.toml
@@ -39,7 +39,7 @@ http = { workspace = true }
39
http-body = { workspace = true }
40
http-body-util = { workspace = true }
41
hyper = { workspace = true }
42
-lambda_runtime = { version = "1.1.0-rc1", path = "../lambda-runtime" }
+lambda_runtime = { version = "1.1.0-rc1", path = "../lambda-runtime", default-features = false}
43
mime = "0.3"
44
percent-encoding = "2.2"
45
pin-project-lite = { workspace = true }
0 commit comments