aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
116 stars 78 forks source link

Revert dtolnay/rust-toolchain action to stable #574

Closed clupuishere closed 6 months ago

clupuishere commented 6 months ago

We temporarily restricted dtolnay/rust-toolchain action to Rust 1.60 (see https://github.com/aws/aws-nitro-enclaves-cli/commit/14dfa05ddd7bb008366ebbe143ddb53b66905309). We will need to revert this and fix all the warnings reported by Clippy for the latest Rust version (currently 1.75).

clupuishere commented 6 months ago

Solved by https://github.com/aws/aws-nitro-enclaves-cli/pull/577.