pwrdrvr / lambda-dispatch

Lambda Dispatch for AWS Lambda - Avoid cold starts, save up to 80%!
38 stars 3 forks source link

Project - GitHub Actions Failing on Needing Rust 1.72 vs 1.68 #188

Closed huntharo closed 6 months ago

huntharo commented 6 months ago

Motivations

Error Message

84.74 error: package `zeroize v1.8.0` cannot be built because it requires rustc 1.72 or newer, while the currently active rustc version is 1.68.0
84.74 Either upgrade to rustc 1.72 or newer, or use
84.74 cargo update -p zeroize@1.8.0 --precise ver
84.74 where `ver` is the latest version of `zeroize` supporting rustc 1.68.0

Links

Motivations