Update Rust crate textwrap to 0.16.0 #4
Reference in New Issue
Block a user
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.0Release Notes
mgeisler/textwrap
v0.16.0Compare Source
This release marks
Optionsasnon_exhaustiveand extends it tomake line endings configurable, it adds new fast paths to
fillandwrap, and it fixes crashes inunfillandrefill.Optionsasnon_exhaustive. This will allow us to extend thestruct in the future without breaking backwards compatibility.
paths to
fillandwrap. This makes the functions 10-25 timesfaster when the no wrapping is needed.
refillto add back correct line ending.
in
unfillandrefill.Rust 1.56 (first compiler release with support for Rust 2021).
endings configurable.
the Rust 2021 edition.
v0.15.2Compare 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.