-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock down Rust version across all workflows #1467
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1467 +/- ##
=======================================
Coverage 92.01% 92.01%
=======================================
Files 390 390
Lines 6209 6209
Branches 910 910
=======================================
Hits 5713 5713
Misses 490 490
Partials 6 6 Continue to review full report at Codecov.
|
Signed-off-by: Timothy Johnson <[email protected]>
Waiting for new version of imperative before merging 😋 |
Signed-off-by: Timothy Johnson <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Related to #1466
Until the issue in Rust 1.62 is fixed, we don't want to accidentally publish new daemon binaries with broken behavior, so locking down the versions should keep us safe.
The Windows and macOS daemon builds weren't invoking the
actions-rs/toolchain
action, but probably should be to ensure that the daemon is built using the same Rust version across all platforms.Also automates running the Clippy linter so we don't have to remember to do it locally.