edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
124 stars 12 forks source link

Use MSRV for Clippy check #142

Closed crawford closed 1 year ago

crawford commented 1 year ago

8439319 bumped the Rust version used in the release process to follow the stable channel, but left CI pinned to a specific nightly release. This updates the Rust version, but rather than updating the CI job to also follow the stable channel, this uses the MSRV specified in the manifest. This will allow us to control when the Clippy lints change rather than them changing whenever there is a new stable release.