Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request introduces optional support for the defmt logging framework, updates the README, and bumps the crate version to 0.2.3. A review comment points out that the defmt dependency version is set to a non-existent version (1.0) in Cargo.toml, which will cause build failures and prevent successful publication.
| [package] | ||
| name = "picojson" | ||
| version = "0.2.2" | ||
| version = "0.2.3" |
There was a problem hiding this comment.
The version bump to 0.2.3 appears to finalize the addition of defmt support. However, the defmt dependency version is currently set to 1.0 in Cargo.toml (line 49), which does not exist on crates.io (the latest version is 0.3.x). This will prevent users from using the feature and will likely cause issues during crate publication.
References
- Verify crate version suggestions from the code assist bot, as its information may be outdated.
Summary by Sourcery
Bump the picojson crate to version 0.2.3 and document optional defmt support.
Build:
Documentation: