iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Compiler incompatibility between crowbar-builder and rusoto. #35

Closed ChristopherMacGown closed 6 years ago

ChristopherMacGown commented 6 years ago

When https://github.com/rusoto/rusoto/pull/910 landed, the rusoto developers bumped the minimum compatible rust compiler to 1.23.0. Unfortunately, on the stable channel… rustup installs 1.21.0 by default and needs to have rustup update run to get a more recent stable compiler. This is no longer the case as of the last four days.