mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
+1
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user