lambda-rust icon indicating copy to clipboard operation
lambda-rust copied to clipboard

🐳 🦀 a dockerized lambda build env for rust applications

Results 25 lambda-rust issues
Sort by recently updated
recently updated
newest added

1.50.0 is a pretty significant update and, crucially, will enable Rocket to be built with stable. I tried this locally and it seems to work ok.

Looks like the `publish` step in the GH Actions pipeline is skipped, see [workflow](https://github.com/softprops/lambda-rust/runs/2264429363). I believe this is because that step is only triggered when a new tag is created....

Hello, Thank you for this repo! I would like to request for 1.46.0. Because any version earlier than that causes: ``` error[E0658]: `match` is not allowed in a `const fn`...

Hey, guys. A new version of Rust has been released. I want to use the new syntax. https://blog.rust-lang.org/2021/02/11/Rust-1.50.0.html

[1.49.0](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1490-2020-12-31) was released on Dec 31. I see #80 is still open, is it worth PRing the change?

Hi! It would be great to have newer version.

Currently hooks must be placed in the project root, so a hook is executed for every crate in the package. It would be convenient to have hooks at the crate...

Is there anything i can do to help to get version 1.46.0 out? 🙂

this should be relatively straight forward.

the documentation includes a the following suggested way to run this container ``` docker run --rm \ -v ${PWD}:/code \ -v ${HOME}/.cargo/registry:/root/.cargo/registry \ -v ${HOME}/.cargo/git:/root/.cargo/git \ softprops/lambda-rust ``` this is...

windows