fix(deps): update rust crate derive_builder to 0.20 #8
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mCaptcha/pow_sha256#8
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/derive_builder-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.12
->0.20
Release Notes
colin-kiegel/rust-derive-builder (derive_builder)
v0.20.0
Compare Source
syn
to version 2 #308darling
to version 0.20.6 #308field(type = "...")
assyn
no longer allows this. #308builder(default = ...)
expressions #308v0.13.1
Compare Source
field(ty = "...")
as an alias forfield(type = "...")
in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. #306v0.13.0
Compare Source
build_fn(error(validation_error = <bool>))
to disable generation ofValidationError
within the builder's error so thatalloc::string
is avoided.alloc
for controlling linking ofalloc
crate duringno_std
. This way users can useno_std
without providing aglobal_allocator
.strip_option
fromsetter
fortry_setter
. Using these settings together previously caused a compile error #284Configuration
📅 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.
This PR has been generated by Renovate Bot.