Skip to content

Bump kurbo to 0.13.1#25

Merged
nixonyh merged 2 commits into
mainfrom
nixon/kurbo-0.13
Jun 6, 2026
Merged

Bump kurbo to 0.13.1#25
nixonyh merged 2 commits into
mainfrom
nixon/kurbo-0.13

Conversation

@nixonyh

@nixonyh nixonyh commented Jun 6, 2026

Copy link
Copy Markdown
Member

Bumps the workspace kurbo dependency to 0.13.1 so downstream crates on kurbo 0.13 can use spatree without a duplicate kurbo version.

@coderabbitai

coderabbitai Bot commented Jun 6, 2026

Copy link
Copy Markdown

Need the big picture first? Review this PR in Change Stack to see what changed before going file by file.

Review Change Stack

Warning

Review limit reached

@nixonyh, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 55 minutes and 2 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8d7c5a9d-6a71-4b66-8c31-42e1e789be66

📥 Commits

Reviewing files that changed from the base of the PR and between 7757282 and 3653823.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • examples/vello_winit_examples/Cargo.toml
📝 Walkthrough

Walkthrough

The kurbo workspace dependency is upgraded from version 0.12.0 to 0.13.1. Feature flags remain unchanged with default-features = false preserved. This is a straightforward version bump with no code or functional changes.

Changes

Dependency Upgrade

Layer / File(s) Summary
Kurbo version upgrade
Cargo.toml
kurbo workspace dependency upgraded from 0.12.0 to 0.13.1, leaving feature flags (default-features = false) unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops with glee, so spry,
Dependencies fly—from old to new supply!
kurbo climbs to 0.13.1,
Geometry paths, now brighter than the sun. 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: upgrading the kurbo dependency from 0.12.0 to 0.13.1, which is the primary modification in this pull request.
Description check ✅ Passed The description is directly related to the changeset, explaining the rationale for bumping kurbo to 0.13.1 and how it benefits downstream crates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Cargo.toml`:
- Line 15: Update Cargo.toml to use the actual kurbo release "0.13.0" instead of
the nonexistent "0.13.1" and audit code that relied on removed 0.12.x APIs:
search for uses of Rect::is_empty and replace with size-based checks using
Rect::size() combined with Size::is_zero_area(), and ensure any Point
construction uses Point { x, y } where needed; verify affected functions/structs
referencing kurbo types (e.g., any code manipulating Rect, Size, Point) are
adjusted to the 0.13.0 API surface so dependency resolution and compilation
succeed.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a98c9d29-5deb-4080-a63c-8334f503dc92

📥 Commits

Reviewing files that changed from the base of the PR and between 11e802d and 7757282.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml

Comment thread Cargo.toml
@nixonyh
nixonyh merged commit e9729bf into main Jun 6, 2026
8 checks passed
@nixonyh
nixonyh deleted the nixon/kurbo-0.13 branch June 6, 2026 10:55
@coderabbitai coderabbitai Bot mentioned this pull request Jun 11, 2026
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