1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

maint/deps ~ pin unstable 'textwrap' crate (marked for later review)

## [why]

'textwrap' is currently unstable, with "term_size" being an undocumented, but required,
feature. The feature name has already changed within the repository 'master' branch.
But that branch has never been pushed to a new version.

Pin for now with "!maint" mark and comment.
This commit is contained in:
Roy Ivy III 2020-05-10 12:43:44 -05:00
parent 8263d31fbb
commit 3877cf4bd3

View file

@ -215,7 +215,7 @@ feat_os_windows_legacy = [
[dependencies]
lazy_static = { version="1.3" }
textwrap = { version="0.11.0", features=["term_size"] }
textwrap = { version="=0.11.0", features=["term_size"] } # !maint: [2020-05-10; rivy] unstable crate using undocumented features; pinned currently, will review
uucore = { version="0.0.2" }
# * uutils
arch = { optional=true, path="src/uu/arch" }