mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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:
parent
8263d31fbb
commit
3877cf4bd3
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ feat_os_windows_legacy = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = { version="1.3" }
|
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" }
|
uucore = { version="0.0.2" }
|
||||||
# * uutils
|
# * uutils
|
||||||
arch = { optional=true, path="src/uu/arch" }
|
arch = { optional=true, path="src/uu/arch" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue