-
Notifications
You must be signed in to change notification settings - Fork 111
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
fix(release): Run cargo update
#6656
Conversation
Can you please put the output of It helps verify that we're ok with all the changes, and work out if we have to revert any changes due to CI failures. |
This update is particularly large because:
|
|
It seems i need to make changes to deny file but the CI is not telling me the exact problems: https://github.com/ZcashFoundation/zebra/actions/runs/4940489565/jobs/8832178217?pr=6656 |
This new dependency contains auto-generated curve code, it was added in 4.0.0 of:
|
This comment was marked as resolved.
This comment was marked as resolved.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## bump-v1.0.0-rc.8 #6656 +/- ##
====================================================
- Coverage 77.99% 77.88% -0.11%
====================================================
Files 309 309
Lines 40664 40664
====================================================
- Hits 31715 31673 -42
- Misses 8949 8991 +42 |
Looks like GitHub is fixed now. This job has the output you need: The "skip tree root was not found" warnings don't need to be fixed, if you do want to fix them, you'll need the output from the There's also a rustfmt issue. |
|
The above merge was an error i made, i am now trying to fix it. Will probably have to make a new pull request. |
I wouldn't worry about it that much, you can point people to this PR if they want to see the exact changes from |
Motivation
We need to update Cargo.lock at release time.
Solution
Run
cargo update
in the release branch. Warning of a deprecated function was found and was fixed.Review
Reviewer Checklist