Conversation
WalkthroughBumps crate versions from 2.8.1 to 2.8.2 across multiple Cargo.toml files and aligns path-based pest-related dependency versions to 2.8.2. No source code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks (3 passed)✅ Passed checks (3 passed)
Poem
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. ✨ Finishing touches🧪 Generate unit tests
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
pest/Cargo.toml (1)
4-4: Optional: adopt workspace-inherited version to avoid future manual bumps.
Replace the explicit version with workspace inheritance and set the version once in the root.Apply in this file:
-version = "2.8.2" +version.workspace = trueThen add in the root Cargo.toml (or workspace Cargo.toml):
[workspace.package] version = "2.8.2"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (7)
debugger/Cargo.toml(2 hunks)derive/Cargo.toml(2 hunks)generator/Cargo.toml(2 hunks)grammars/Cargo.toml(2 hunks)meta/Cargo.toml(2 hunks)pest/Cargo.toml(1 hunks)vm/Cargo.toml(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: check for no_std compatibility
- GitHub Check: cargo hack check --feature-powerset
- GitHub Check: check for semver compatibility
- GitHub Check: Documentation check
- GitHub Check: Test Coverage
- GitHub Check: Minimal Versions Testing
- GitHub Check: Unit, Style, and Lint Testing
- GitHub Check: Fuzzing
🔇 Additional comments (14)
pest/Cargo.toml (2)
4-4: LGTM: crate version bumped to 2.8.2.
4-4: Quick verification — no remaining 2.8.1 occurrences.
rg output: "No stale 2.8.1 versions found."meta/Cargo.toml (2)
4-4: LGTM: pest_meta version 2.8.2.
25-25: LGTM: dependency aligned to pest 2.8.2 with path.grammars/Cargo.toml (2)
4-4: LGTM: pest_grammars version 2.8.2.
17-18: LGTM: pest and pest_derive pinned to 2.8.2 with paths.vm/Cargo.toml (2)
4-4: LGTM: pest_vm version 2.8.2.
17-18: LGTM: pest and pest_meta aligned to 2.8.2 with paths.generator/Cargo.toml (2)
4-4: LGTM: pest_generator version 2.8.2.
25-26: LGTM: pest and pest_meta deps at 2.8.2; default-features setting preserved.debugger/Cargo.toml (2)
4-4: LGTM: pest_debugger version 2.8.2.
20-22: LGTM: pest, pest_meta, pest_vm aligned to 2.8.2 with paths.derive/Cargo.toml (2)
4-4: LGTM: pest_derive version 2.8.2.
28-29: LGTM: pest and pest_generator aligned to 2.8.2; flags unchanged.
Summary by CodeRabbit
New Release
Chores