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 sparse registry protocol when fetching dependencies #146

Closed crawford closed 1 year ago

crawford commented 1 year ago

This cuts roughly two minutes (60%) off the time it takes to run the CI workflow. The sparse registry protocol was first supported in Rust 1.68, so bump the MSRV to match. This slowdown was introduced in 04b0123, which changed the Rust version from stable (1.71 at the time) to 1.67. The sparse registry protocol was enabled by default in 1.70.