CI: lock Rust version to 1.66#179
Conversation
We've had enough with clippy errors happens with code untouched. And the clippy(1.68) suggestion about enum Default derive is conflict with lower Rust version(<1.66) To avoid this problem we lock the rust version and make it steady. Signed-off-by: Tim Zhang <tim@hyper.sh>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #179 +/- ##
=======================================
Coverage 25.76% 25.76%
=======================================
Files 16 16
Lines 2395 2395
=======================================
Hits 617 617
Misses 1778 1778 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
could another option be to bump the rust version but use a |
|
@jsturtevant Not only for the problem we just met but also we want to do this long ago. Because we the developers need a stable expectation that unchanged code should pass the CI as it did last time. We will increase the version manually when we need afterwards. Thanks! |
CI: lock Rust version to 1.66
We've had enough with clippy errors happens with code untouched.
And the clippy(1.68) suggestion about enum Default derive is conflict with lower Rust version(<1.66)
To avoid this problem we lock the rust version and make it steady.