-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lambda-http-0.8.2] unresolved imports #722
Comments
Ugh, I'm sorry about that. The latest version of I have a fix for this in #723, but if you don't want to wait for it, your code should compile if you add |
|
I've published a new version that fixes this problem: https://crates.io/crates/lambda_http/0.8.3 |
When upgrading to
lambda-http-0.8.2
, I get the following error when trying to runcargo check
. I do not havelambda_runtime
in my Cargo.toml dependencies. I use the re-exported version oflambda_runtime
in my code when it is required. (use lambda_http::lambda_runtime::{run as lambda_run, service_fn, LambdaEvent};
)The text was updated successfully, but these errors were encountered: