From 3877cf4bd3cdce76ef41b03f792d9ed9ed428b92 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 10 May 2020 12:43:44 -0500 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7661a04e7..428c48bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }