Skip to content

Bump version to 0.2.3 - #95

Merged
kaidokert merged 1 commit into
mainfrom
ver23
Apr 27, 2026
Merged

Bump version to 0.2.3#95
kaidokert merged 1 commit into
mainfrom
ver23

Conversation

@kaidokert

@kaidokert kaidokert commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Summary by Sourcery

Bump the picojson crate to version 0.2.3 and document optional defmt support.

Build:

  • Update the picojson crate version from 0.2.2 to 0.2.3 in Cargo.toml.

Documentation:

  • Document defmt as an optional supported feature in the README.

@coderabbitai

coderabbitai Bot commented Apr 27, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@kaidokert has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 28 minutes and 56 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4588f416-d839-4411-992d-aecd7f8d3996

📥 Commits

Reviewing files that changed from the base of the PR and between dedb463 and 91df4e6.

📒 Files selected for processing (2)
  • README.md
  • picojson/Cargo.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ver23

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@kaidokert
kaidokert merged commit de790a6 into main Apr 27, 2026
55 checks passed
@kaidokert
kaidokert deleted the ver23 branch April 27, 2026 04:34

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread picojson/Cargo.toml
[package]
name = "picojson"
version = "0.2.2"
version = "0.2.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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
  1. Verify crate version suggestions from the code assist bot, as its information may be outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant