Update Rust crate textwrap to 0.16.0 #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/textwrap-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.15.1
->0.16.0
Release Notes
mgeisler/textwrap
v0.16.0
Compare Source
This release marks
Options
asnon_exhaustive
and extends it tomake line endings configurable, it adds new fast paths to
fill
andwrap
, and it fixes crashes inunfill
andrefill
.Options
asnon_exhaustive
. This will allow us to extend thestruct in the future without breaking backwards compatibility.
paths to
fill
andwrap
. This makes the functions 10-25 timesfaster when the no wrapping is needed.
refill
to add back correct line ending.
in
unfill
andrefill
.Rust 1.56 (first compiler release with support for Rust 2021).
endings configurable.
the Rust 2021 edition.
v0.15.2
Compare Source
This release is identical to 0.15.0 and is only there to give people a
way to install crates which depend on the yanked 0.15.1 release. See
#484 for 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.
This PR has been generated by Renovate Bot.