Skip to content
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

ci/coverage: Fix cargo-tarpaulin to its locked version #727

Conversation

tgonzalezorlandoarm
Copy link
Member

cargo-tarpaulin's dependency toml_datetime has made a patch update to v0.6.5 which requires rust version 1.67 or newer. As our MSRV is currently 1.66.0:

  • use the '--locked' option to build cargo-tarpaulin instead.

cargo-tarpaulin's dependency toml_datetime has made a patch update
to v0.6.5 which requires rust version 1.67 or newer. As our MSRV
is currently 1.66.0:
 * use the '--locked' option to build cargo-tarpaulin instead.

Signed-off-by: Tomás González <[email protected]>
@tgonzalezorlandoarm tgonzalezorlandoarm added the dependencies Pull requests that update a dependency file label Oct 25, 2023
@tgonzalezorlandoarm tgonzalezorlandoarm self-assigned this Oct 25, 2023
@tgonzalezorlandoarm tgonzalezorlandoarm requested a review from a team as a code owner October 25, 2023 13:44
Copy link
Contributor

@gowthamsk-arm gowthamsk-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgonzalezorlandoarm tgonzalezorlandoarm merged commit 1ae7ca2 into parallaxsecond:main Oct 31, 2023
13 checks passed
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/cargo-tarpaulin-msrv branch November 23, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants