Pin Rust version to 1.64.0
Description
This PR aims to pin the Rust version to 1.64.0 by using rust-toolchain file and unifying the Rust version in use both in the CI, dev machine and in docker container.
How was this PR tested?
- Dev machine -> change the Rust version in
rust-toolchainand runrustup showto check the version. - Dockerfile.rust -> run
make build-nucliadb-rustbase_{arm,amd}64and check the outputted value ofRUST_VERSION. - CI -> just look the result of this PR
Codecov Report
Base: 67.26% // Head: 67.26% // No change to project coverage :thumbsup:
Coverage data is based on head (
91660cf) compared to base (753464b). Patch has no changes to coverable lines.
:exclamation: Current head 91660cf differs from pull request most recent head 98b0932. Consider uploading reports for the commit 98b0932 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #323 +/- ##
=======================================
Coverage 67.26% 67.26%
=======================================
Files 209 209
Lines 14084 14084
=======================================
Hits 9474 9474
Misses 4610 4610
| Flag | Coverage Δ | |
|---|---|---|
| node-sidecar | 68.43% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.