Update rust 1.81.0#1009
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1009 +/- ##
==========================================
- Coverage 66.12% 65.67% -0.45%
==========================================
Files 49 49
Lines 3690 3700 +10
==========================================
- Hits 2440 2430 -10
- Misses 1250 1270 +20 ☔ View full report in Codecov by Sentry. |
xlc
approved these changes
Oct 1, 2024
aurexav
pushed a commit
to darwinia-network/open-runtime-module-library
that referenced
this pull request
Dec 18, 2024
* fix clippy with rust-1.81.0 * add Cargo.lock to pin frame-support-procedural 30.0.2 * remove Cargo.lock and fix CI * fix CI * fix zepter CI Signed-off-by: Xavier Lau <x@acg.box>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: paritytech/srtool#87
Running the
cargo testcommand fails with an error:Solution:
So I temporarily updated
.github/workflows/test.ymlto get CI working.TODO: