Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate derive_builder to 0.20 - autoclosed #507

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Type Update Change
derive_builder dependencies minor 0.12 -> 0.20

Release Notes

colin-kiegel/rust-derive-builder (derive_builder)

v0.20.2

Compare Source

  • Allow unquoted expressions in builder(default = ...) #​331

v0.20.1

Compare Source

  • Forward default type params #​319

v0.20.0

Compare Source

  • Bump syn to version 2 #​308
  • Bump darling to version 0.20.6 #​308
  • BREAKING CHANGE: Remove support for field(type = "...") as syn no longer allows this. #​308
  • Allow omitting quotes on builder(default = ...) expressions #​308

v0.13.1

Compare Source

  • Accept field(ty = "...") as an alias for field(type = "...") in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. #​306

v0.13.0

Compare Source

  • Bump MSRV to 1.56.0
  • Add build_fn(error(validation_error = <bool>)) to disable generation of ValidationError within the builder's error so that alloc::string is avoided.
  • Add feature alloc for controlling linking of alloc crate during no_std. This way users can use no_std without providing a global_allocator.
  • Make try-setters inherit strip_option from setter for try_setter. Using these settings together previously caused a compile error #​284

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/derive_builder-0.x branch 6 times, most recently from 1fc27aa to 0773173 Compare January 24, 2025 19:06
@renovate renovate bot force-pushed the renovate/derive_builder-0.x branch from 0773173 to a3b12ab Compare January 24, 2025 19:44
@renovate renovate bot changed the title fix(deps): update rust crate derive_builder to 0.20 fix(deps): update rust crate derive_builder to 0.20 - autoclosed Jan 24, 2025
@renovate renovate bot closed this Jan 24, 2025
@renovate renovate bot deleted the renovate/derive_builder-0.x branch January 24, 2025 20:04
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.

0 participants