Add serde feature to banks-interface deps#6433
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6433 +/- ##
=========================================
- Coverage 82.8% 82.8% -0.1%
=========================================
Files 848 848
Lines 379479 379479
=========================================
- Hits 314588 314443 -145
- Misses 64891 65036 +145 🚀 New features to boost your workflow:
|
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
add serde feature to banks-interface deps (cherry picked from commit c098edd)
add serde feature to banks-interface deps
add serde feature to banks-interface deps
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
add serde feature to banks-interface deps (cherry picked from commit c098edd) # Conflicts: # banks-interface/Cargo.toml
Problem
Publishing this crate fails because of missing features
Summary of Changes
Add
serdefeature to the dependencies that require it.Required to fix CI for #6332