fix(deps): update rust crate typed-builder to 0.14.0 #11

Merged
renovate[bot] merged 1 commits from renovate/typed-builder-0.x into master 2023-03-11 14:59:12 +00:00
renovate[bot] commented 2023-03-11 12:08:29 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Type Update Change
typed-builder dependencies minor 0.12.0 -> 0.14.0

Release Notes

idanarye/rust-typed-builder

v0.14.0

Added
  • build_method(into) and build_method(into = ...).

v0.13.0

Changed

y

  • **BREAKING**] Builder state parameter moved to the end of the generated builder type's parameters list.
    
  • Generated builder type's builder state parameter now defaults to tuple of
    empty tuples. This means the empty builder, where no parameter is yet set.
Fixed
  • #[builder(build_method(...))] now affects the fake build method that's
    generated to add information to the compiler error.

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typed-builder](https://togithub.com/idanarye/rust-typed-builder) | dependencies | minor | `0.12.0` -> `0.14.0` | --- ### Release Notes <details> <summary>idanarye/rust-typed-builder</summary> ### [`v0.14.0`](https://togithub.com/idanarye/rust-typed-builder/blob/HEAD/CHANGELOG.md#&#8203;0140---2023-03-08) ##### Added - `build_method(into)` and `build_method(into = ...)`. ### [`v0.13.0`](https://togithub.com/idanarye/rust-typed-builder/blob/HEAD/CHANGELOG.md#&#8203;0130---2023-03-05) ##### Changed y - \[**BREAKING**] Builder state parameter moved to the end of the generated builder type's parameters list. - Generated builder type's builder state parameter now defaults to tuple of empty tuples. This means the empty builder, where no parameter is yet set. ##### Fixed - `#[builder(build_method(...))]` now affects the fake `build` method that's generated to add information to the compiler error. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/anas-elgarhy/cmus-notify). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
anas-elgarhy (Migrated from github.com) approved these changes 2023-03-11 14:58:52 +00:00
Sign in to join this conversation.
No description provided.