Skip to content

Update Rust crate typed-builder to 0.23.0#278

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/typed-builder-0.x
Mar 11, 2026
Merged

Update Rust crate typed-builder to 0.23.0#278
renovate[bot] merged 1 commit intomainfrom
renovate/typed-builder-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 3, 2026

This PR contains the following updates:

Package Type Update Change
typed-builder dependencies minor 0.22.00.23.0

Release Notes

idanarye/rust-typed-builder (typed-builder)

v0.23.2

Compare Source

Fixed
  • Clippy warnings for using &Option<&T> instead of Option<&T>.

v0.23.1

Compare Source

Fixed
  • Clippy warnings for unused variables in the new default implementation.

v0.23.0

Compare Source

Changed
  • Upgrae Rust edition to 2024.
  • [BREAKING] When default is an expression that uses previous fields,
    it'll receive them as reference.
Added
  • default_where option to add generic bounds on default.
  • builder_type(attributes(...)) for adding attributes to the builder type
    (mainly for derive)
Removed
  • [BREAKING] The Optional trait. This is an internal implementation
    detail, but some users may have relied on it for customized flows.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) March 3, 2026 01:01
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.86%. Comparing base (a57e2cb) to head (ed52474).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   77.86%   77.86%           
=======================================
  Files           7        7           
  Lines         131      131           
=======================================
  Hits          102      102           
  Misses         29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/typed-builder-0.x branch 4 times, most recently from 71c9d90 to ff9e388 Compare March 3, 2026 18:42
@renovate renovate Bot assigned jdno Mar 3, 2026
@renovate renovate Bot requested a review from jdno March 3, 2026 21:16
@renovate renovate Bot force-pushed the renovate/typed-builder-0.x branch from ff9e388 to dce1b6a Compare March 11, 2026 02:44
@renovate renovate Bot force-pushed the renovate/typed-builder-0.x branch from dce1b6a to ed52474 Compare March 11, 2026 05:07
@renovate renovate Bot merged commit eeee994 into main Mar 11, 2026
12 checks passed
@renovate renovate Bot deleted the renovate/typed-builder-0.x branch March 11, 2026 05:10
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.

2 participants