-
Notifications
You must be signed in to change notification settings - Fork 253
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
chore: updates near-* dependencies to 0.28 release #1272
Conversation
@akorchyn Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 2! @dj8yfo received 25 Sloth Points for reviewing and scoring this pull request. We would appreciate your feedback or contribution idea that you can submit here What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1272 +/- ##
==========================================
+ Coverage 80.12% 80.14% +0.01%
==========================================
Files 106 104 -2
Lines 14860 14855 -5
==========================================
- Hits 11907 11905 -2
+ Misses 2953 2950 -3 ☔ View full report in Codecov by Sentry. |
@race-of-sloths score 2 |
## 🤖 New release * `near-sdk`: 5.6.0 -> 5.7.0 (✓ API compatible changes) * `near-sdk-macros`: 5.6.0 -> 5.7.0 * `near-contract-standards`: 5.6.0 -> 5.7.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `near-sdk` <blockquote> ## [5.7.0](near-sdk-v5.6.0...near-sdk-v5.7.0) - 2024-12-13 ### Other - updates near-* dependencies to 0.28 release (#1272) - tests for Lazy and moving out of unstable (#1268) - add a `cargo doc` job (#1269) - allow clippy::needless_lifetimes (1.83 more suggestions) (#1267) - examples for Near-related host functions (#1259) - updates near-workspaces to 0.15 version (#1260) </blockquote> ## `near-contract-standards` <blockquote> ## [5.7.0](near-contract-standards-v5.6.0...near-contract-standards-v5.7.0) - 2024-12-13 ### Other - add a `cargo doc` job (#1269) - allow clippy::needless_lifetimes (1.83 more suggestions) (#1267) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Bumped up rust to the 1.82
@race-of-sloths